ports/math/viennacl/Makefile
Pedro F. Giffuni b8d7249f6d math/viennacl: back to the pool.
This doesn't seem to require much maintainance.
Clean whitespaces while here.

Approved by:	thierry (mentor, implicit)
2022-02-20 15:55:31 -05:00

22 lines
548 B
Makefile

# Created by: Pedro Giffuni <pfg@FreeBSD.org>
PORTNAME= viennacl
PORTVERSION= 1.7.1
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/1.7.x/
DISTNAME= ViennaCL-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Linear algebra and solver library using CUDA, OpenCL, and OpenMP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
USES= cmake localbase
.include <bsd.port.mk>