Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= clblas |
4 |
PORTNAME= clblas |
5 |
PORTVERSION= 2.6 |
5 |
PORTVERSION= 2.10 |
6 |
DISTVERSIONPREFIX= v |
|
|
7 |
CATEGORIES= math |
6 |
CATEGORIES= math |
8 |
|
7 |
|
9 |
MAINTAINER= dieterich@ogolem.org |
8 |
MAINTAINER= dieterich@ogolem.org |
Lines 13-19
Link Here
|
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
13 |
|
15 |
BUILD_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl |
14 |
BUILD_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl |
16 |
LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd |
15 |
LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd \ |
|
|
16 |
libboost_program_options.so:${PORTSDIR}/devel/boost-libs |
17 |
RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl |
17 |
RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl |
18 |
|
18 |
|
19 |
BROKEN_FreeBSD_9= clBLAS is only supported on FreeBSD 10.1 and newer |
19 |
BROKEN_FreeBSD_9= clBLAS is only supported on FreeBSD 10.1 and newer |
Lines 23-32
Link Here
|
23 |
GH_PROJECT= clBLAS |
23 |
GH_PROJECT= clBLAS |
24 |
|
24 |
|
25 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
26 |
USES= cmake |
26 |
USES= cmake python |
27 |
|
27 |
|
28 |
CMAKE_ARGS+= -DBUILD_TEST=OFF \ |
28 |
CMAKE_ARGS+= -DBUILD_TEST=OFF \ |
29 |
-DBUILD_KTEST=OFF \ |
29 |
-DBUILD_KTEST=OFF \ |
|
|
30 |
-DCORR_TEST_WITH_ACML=OFF \ |
30 |
-DSUFFIX_LIB="" |
31 |
-DSUFFIX_LIB="" |
31 |
|
32 |
|
32 |
CMAKE_SOURCE_PATH= ${WRKSRC}/src |
33 |
CMAKE_SOURCE_PATH= ${WRKSRC}/src |