Date: Tue, 19 Mar 2024 14:20:24 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e131d86fa53 - main - devel/opencl: update to 3.0.15 Message-ID: <202403191420.42JEKOeW075341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e131d86fa536eb529f5360701a3598dbb950caf commit 6e131d86fa536eb529f5360701a3598dbb950caf Author: O. Hartmann <ohartmann@walstatt.org> AuthorDate: 2023-12-15 16:34:23 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-03-19 14:18:24 +0000 devel/opencl: update to 3.0.15 Changelog: https://github.com/KhronosGroup/OpenCL-SDK/releases/tag/v2023.12.14 PR: 275782 --- devel/opencl/Makefile | 7 +++---- devel/opencl/distinfo | 10 +++++----- devel/opencl/pkg-plist | 1 + 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile index 3a42d2d0c421..a0b12f7a6037 100644 --- a/devel/opencl/Makefile +++ b/devel/opencl/Makefile @@ -1,6 +1,5 @@ PORTNAME= opencl -PORTVERSION= 3.0.14 -PORTREVISION= 1 +DISTVERSION= 3.0.15 CATEGORIES= devel MAINTAINER= ohartmann@walstatt.org @@ -15,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= v2023.04.17 -CLHPP_TAG= v2023.04.17 # include missing CL/opencl.hpp +HEADER_TAG= v2023.12.14 +CLHPP_TAG= v2023.12.14 # include missing CL/opencl.hpp NO_BUILD= yes NO_ARCH= yes diff --git a/devel/opencl/distinfo b/devel/opencl/distinfo index 3afdfaccd866..6cda51a2035a 100644 --- a/devel/opencl/distinfo +++ b/devel/opencl/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1702657125 +SHA256 (KhronosGroup-OpenCL-Headers-3.0.15-v2023.12.14_GH0.tar.gz) = 407d5e109a70ec1b6cd3380ce357c21e3d3651a91caae6d0d8e1719c69a1791d +SIZE (KhronosGroup-OpenCL-Headers-3.0.15-v2023.12.14_GH0.tar.gz) = 75698 +SHA256 (KhronosGroup-OpenCL-CLHPP-v2023.12.14_GH0.tar.gz) = 9106700634e79cfa0935ebd67197f64689ced24c42da702acf18fa8435bd8a82 +SIZE (KhronosGroup-OpenCL-CLHPP-v2023.12.14_GH0.tar.gz) = 123233 diff --git a/devel/opencl/pkg-plist b/devel/opencl/pkg-plist index 6eed5911adb1..0b775009a30f 100644 --- a/devel/opencl/pkg-plist +++ b/devel/opencl/pkg-plist @@ -7,6 +7,7 @@ include/CL/cl_dx9_media_sharing_intel.h include/CL/cl_egl.h include/CL/cl_ext.h include/CL/cl_ext_intel.h +include/CL/cl_function_types.h include/CL/cl_gl.h include/CL/cl_gl_ext.h include/CL/cl_half.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403191420.42JEKOeW075341>