opnsense-ports/math/clblast/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

27 lines
532 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= clblast
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= Modern, lightweight, performant and tunable OpenCL BLAS library
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>