ports/math/clblast/Makefile
2023-04-23 09:09:58 +00:00

25 lines
509 B
Makefile

PORTNAME= clblast
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= Modern, lightweight, performant and tunable OpenCL BLAS library
WWW= https://github.com/CNugteren/CLBlast
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
RUN_DEPENDS= opencl>=0:devel/opencl
USE_GITHUB= yes
GH_ACCOUNT= CNugteren
GH_PROJECT= CLBlast
USES= cmake
USE_GCC= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>