Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 16:24:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471216 - head/devel/opencl
Message-ID:  <201805311624.w4VGOVDg080993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu May 31 16:24:31 2018
New Revision: 471216
URL: https://svnweb.freebsd.org/changeset/ports/471216

Log:
  devel/opencl: Update to new header API rev. 2.2
  
  PR:		223090
  Submitted by:	O. Hartmann <ohartmann@walstatt.org> (maintainer, different email)

Modified:
  head/devel/opencl/Makefile   (contents, props changed)
  head/devel/opencl/distinfo   (contents, props changed)
  head/devel/opencl/pkg-descr   (contents, props changed)

Modified: head/devel/opencl/Makefile
==============================================================================
--- head/devel/opencl/Makefile	Thu May 31 15:57:13 2018	(r471215)
+++ head/devel/opencl/Makefile	Thu May 31 16:24:31 2018	(r471216)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	opencl
-PORTVERSION=	2.1
+PORTVERSION=	2.2
 CATEGORIES=	devel
 
 MAINTAINER=	ohartman@zedat.fu-berlin.de
-COMMENT=	Open Computing Language (OpenCL) specifications V2.1 (header files)
+COMMENT=	Open Computing Language (OpenCL) specifications V2.2 (header files)
 
 LICENSE=	unknown
 LICENSE_NAME=	BSD-esque license agreement
@@ -21,11 +21,13 @@ GH_PROJECT=	OpenCL-Headers OpenCL-CLHPP:clhpp
 GH_TAGNAME=	${HEADER_TAG} ${CLHPP_TAG}:clhpp
 
 # the header releases don't have tags yet, so use git commit for now
-HEADER_TAG=	2d06e09
-CLHPP_TAG=	v2.0.10
+HEADER_TAG=	f039db6
+CLHPP_TAG=	8b6a312
 
 USES=		python:build
 NO_CONFIGURE=	yes
+
+WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/opencl${PORTVERSION:S/.//}/CL
 
 do-build:
 	@cd ${WRKSRC_clhpp} && ${PYTHON_CMD} gen_cl_hpp.py

Modified: head/devel/opencl/distinfo
==============================================================================
--- head/devel/opencl/distinfo	Thu May 31 15:57:13 2018	(r471215)
+++ head/devel/opencl/distinfo	Thu May 31 16:24:31 2018	(r471216)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1477133498
-SHA256 (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 6e5d2fc99809fd963ac2ce3648e79fa7997262741992b7a4ccd923f8d1194f6f
-SIZE (KhronosGroup-OpenCL-Headers-2.1-2d06e09_GH0.tar.gz) = 30745
-SHA256 (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = fa27456295c3fa534ce824eb0314190a8b3ebd3ba4d93a0b1270fc65bf378f2b
-SIZE (KhronosGroup-OpenCL-CLHPP-v2.0.10_GH0.tar.gz) = 129954
+TIMESTAMP = 1508331981
+SHA256 (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 2f74418100ebc1f6a1c8dfa8bf0dbb82956f6aa54b41cb414b61fce1a5785f46
+SIZE (KhronosGroup-OpenCL-Headers-2.2-f039db6_GH0.tar.gz) = 160909
+SHA256 (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 482d6ae6bbae5255e448bb2556a9fcbbe79370cf01405f868e0e56e57a54f9bb
+SIZE (KhronosGroup-OpenCL-CLHPP-8b6a312_GH0.tar.gz) = 131038

Modified: head/devel/opencl/pkg-descr
==============================================================================
--- head/devel/opencl/pkg-descr	Thu May 31 15:57:13 2018	(r471215)
+++ head/devel/opencl/pkg-descr	Thu May 31 16:24:31 2018	(r471216)
@@ -3,4 +3,4 @@ for general purpose parallel programming across CPUs, 
 other processors, giving software developers portable and efficient
 access to the power of these heterogeneous processing platforms.
 
-These header are covering OpenCL API 2.1
+These header are covering OpenCL API 2.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311624.w4VGOVDg080993>