opnsense-ports/math/clblast/Makefile
Franco Fichtner 9db3b7b9ea */*: sync with upstream
Taken from: FreeBSD
2023-04-24 07:58:56 +02: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>