Skip to content

Commit

Permalink
devel/opencl: Update OpenCL to 3.0.14
Browse files Browse the repository at this point in the history
PR:		271158
Reported by:	ohartmann@walstatt.org (maintainer)
  • Loading branch information
O. Hartmann authored and fernape committed May 3, 2023
1 parent 641d880 commit 0eb6406
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/opencl/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
PORTNAME= opencl
PORTVERSION= 3.0.12
PORTVERSION= 3.0.14
CATEGORIES= devel

MAINTAINER= ohartmann@walstatt.org
COMMENT= Open Computing Language (OpenCL) specifications V3.0 (header files)
WWW= https://github.com/KhronosGroup/OpenCL-Headers/

LICENSE= APACHE20

Expand All @@ -13,8 +14,8 @@ 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= v2022.09.30
CLHPP_TAG= v2022.09.30 # include missing CL/opencl.hpp
HEADER_TAG= v2023.04.17
CLHPP_TAG= v2023.04.17 # include missing CL/opencl.hpp

NO_BUILD= yes
NO_ARCH= yes
Expand Down
10 changes: 5 additions & 5 deletions devel/opencl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1665171830
SHA256 (KhronosGroup-OpenCL-Headers-3.0.12-v2022.09.30_GH0.tar.gz) = 0ae857ecb28af95a420c800b21ed2d0f437503e104f841ab8db249df5f4fbe5c
SIZE (KhronosGroup-OpenCL-Headers-3.0.12-v2022.09.30_GH0.tar.gz) = 65371
SHA256 (KhronosGroup-OpenCL-CLHPP-v2022.09.30_GH0.tar.gz) = 999dec3ebf451f0f1087e5e1b9a5af91434b4d0c496d47e912863ac85ad1e6b2
SIZE (KhronosGroup-OpenCL-CLHPP-v2022.09.30_GH0.tar.gz) = 106871
TIMESTAMP = 1682919631
SHA256 (KhronosGroup-OpenCL-Headers-3.0.14-v2023.04.17_GH0.tar.gz) = 0ce992f4167f958f68a37918dec6325be18f848dee29a4521c633aae3304915d
SIZE (KhronosGroup-OpenCL-Headers-3.0.14-v2023.04.17_GH0.tar.gz) = 73963
SHA256 (KhronosGroup-OpenCL-CLHPP-v2023.04.17_GH0.tar.gz) = 179243843c620ef6f78b52937aaaa0a742c6ff415f9aaefe3c20225ee283b357
SIZE (KhronosGroup-OpenCL-CLHPP-v2023.04.17_GH0.tar.gz) = 115042
6 changes: 6 additions & 0 deletions devel/opencl/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
OpenCL (Open Computing Language) is an open royalty-free standard
for general purpose parallel programming across CPUs, GPUs and
other processors, giving software developers portable and efficient
access to the power of these heterogeneous processing platforms.

These header are covering OpenCL API 3.0
EOM
}
]

0 comments on commit 0eb6406

Please sign in to comment.