Lines 2-28
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ocl-icd |
4 |
PORTNAME= ocl-icd |
5 |
PORTVERSION= 2.2.12 |
5 |
DISTVERSIONPREFIX= v |
|
|
6 |
PORTVERSION= 2.2.13 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= https://forge.imag.fr/frs/download.php/${REVID}/ |
|
|
8 |
|
8 |
|
9 |
MAINTAINER= ohartmann@walstatt.org |
9 |
MAINTAINER= ohartmann@walstatt.org |
10 |
COMMENT= OpenCL Installable Client Driver |
10 |
COMMENT= OpenCL Installable Client Driver |
11 |
|
11 |
|
12 |
LICENSE= BSD2CLAUSE |
12 |
LICENSE= BSD2CLAUSE |
|
|
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
14 |
|
14 |
BUILD_DEPENDS= opencl>=2.1:devel/opencl |
15 |
BUILD_DEPENDS= opencl>=3.0:devel/opencl |
15 |
|
16 |
|
16 |
CONFLICTS= freeocl-[0-9]* opencl-icd-[0-9]* |
17 |
CONFLICTS= freeocl-[0-9]* opencl-icd-[0-9]* |
17 |
|
18 |
|
18 |
USES= gmake libtool localbase:ldflags pathfix |
19 |
USES= autoreconf gmake libtool localbase:ldflags pathfix |
19 |
|
20 |
|
20 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
|
|
22 |
GH_ACCOUNT= OCL-dev |
21 |
USE_RUBY= yes |
23 |
USE_RUBY= yes |
22 |
RUBY_NO_RUN_DEPENDS= yes |
24 |
RUBY_NO_RUN_DEPENDS= yes |
23 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
24 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
25 |
REVID= 836 |
27 |
CPPFLAGS+= -DCL_TARGET_OPENCL_VERSION=300 |
26 |
|
28 |
|
27 |
INSTALL_TARGET= install-strip |
29 |
INSTALL_TARGET= install-strip |
28 |
|
30 |
|