mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clblast
|
|
PORTVERSION= 0.11.0
|
|
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
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|