mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
This doesn't seem to require much maintainance. Clean whitespaces while here. Approved by: thierry (mentor, implicit)
22 lines
548 B
Makefile
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>
|