View | Details | Raw Unified | Return to bug 223090
Collapse All | Expand All

(-)devel/opencl/Makefile (-4 / +6 lines)
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
(-)devel/opencl/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1477133498
1
TIMESTAMP = 1508331981
2
SHA256 (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 6e5d2fc99809fd963ac2ce3648e79fa7997262741992b7a4ccd923f8d1194f6f
2
SHA256 (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 2f74418100ebc1f6a1c8dfa8bf0dbb82956f6aa54b41cb414b61fce1a5785f46
3
SIZE (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 30745
3
SIZE (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 160909
4
SHA256 (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = fa27456295c3fa534ce824eb0314190a8b3ebd3ba4d93a0b1270fc65bf378f2b
4
SHA256 (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 482d6ae6bbae5255e448bb2556a9fcbbe79370cf01405f868e0e56e57a54f9bb
5
SIZE (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = 129954
5
SIZE (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 131038
(-)devel/opencl/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
other processors, giving software developers portable and efficient
3
other processors, giving software developers portable and efficient
4
access to the power of these heterogeneous processing platforms.
4
access to the power of these heterogeneous processing platforms.
5
5
6
These header are covering OpenCL API 2.1
6
These header are covering OpenCL API 2.2

Return to bug 223090