|
Lines 2-12
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= opencl |
4 |
PORTNAME= opencl |
| 5 |
PORTVERSION= 2.1 |
5 |
PORTVERSION= 2.2 |
| 6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= ohartman@zedat.fu-berlin.de |
8 |
MAINTAINER= ohartman@zedat.fu-berlin.de |
| 9 |
COMMENT= Open Computing Language (OpenCL) specifications V2.1 (header files) |
9 |
COMMENT= Open Computing Language (OpenCL) specifications V2.2 (header files) |
| 10 |
|
10 |
|
| 11 |
LICENSE= unknown |
11 |
LICENSE= unknown |
| 12 |
LICENSE_NAME= BSD-esque license agreement |
12 |
LICENSE_NAME= BSD-esque license agreement |
|
Lines 21-32
Link Here
|
| 21 |
GH_TAGNAME= ${HEADER_TAG} ${CLHPP_TAG}:clhpp |
21 |
GH_TAGNAME= ${HEADER_TAG} ${CLHPP_TAG}:clhpp |
| 22 |
|
22 |
|
| 23 |
# the header releases don't have tags yet, so use git commit for now |
23 |
# the header releases don't have tags yet, so use git commit for now |
| 24 |
HEADER_TAG= 2d06e09 |
24 |
HEADER_TAG= f039db6 |
| 25 |
CLHPP_TAG= v2.0.10 |
25 |
CLHPP_TAG= 8b6a312 |
| 26 |
|
26 |
|
| 27 |
USES= python:build |
27 |
USES= python:build |
| 28 |
NO_CONFIGURE= yes |
28 |
NO_CONFIGURE= yes |
| 29 |
|
29 |
|
|
|
30 |
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL |
| 31 |
|
| 30 |
do-build: |
32 |
do-build: |
| 31 |
@cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py |
33 |
@cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py |
| 32 |
|
34 |
|