From 2f4a9223765ea3c4fe3160fb8db80cea8c17e6c7 Mon Sep 17 00:00:00 2001 From: El Mehdi YOUNES Date: Fri, 6 Jun 2025 09:01:48 +0200 Subject: [PATCH] package/opencl-clhpp: bump version to v2024.10.24 Bump opencl-clhpp to the latest version "v2024.10.24". https://github.com/KhronosGroup/OpenCL-CLHPP/releases/tag/v2024.10.24 Signed-off-by: El Mehdi YOUNES [Julien: reword commit title to include the version name] Signed-off-by: Julien Olivain --- package/opencl-clhpp/opencl-clhpp.hash | 2 +- package/opencl-clhpp/opencl-clhpp.mk | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package/opencl-clhpp/opencl-clhpp.hash b/package/opencl-clhpp/opencl-clhpp.hash index 184444a53a..add8563757 100644 --- a/package/opencl-clhpp/opencl-clhpp.hash +++ b/package/opencl-clhpp/opencl-clhpp.hash @@ -1,3 +1,3 @@ # Locally Computed -sha256 22921fd23ca72a21ac5592861d64e7ea53cd8a705fccd73905911f8489519a0b opencl-clhpp-2024.05.08.tar.gz +sha256 51aebe848514b3bc74101036e111f8ee98703649eec7035944831dc6e05cec14 opencl-clhpp-2024.10.24.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt diff --git a/package/opencl-clhpp/opencl-clhpp.mk b/package/opencl-clhpp/opencl-clhpp.mk index 2b5d5afa4b..4bff6ad73a 100644 --- a/package/opencl-clhpp/opencl-clhpp.mk +++ b/package/opencl-clhpp/opencl-clhpp.mk @@ -4,7 +4,12 @@ # ################################################################################ -OPENCL_CLHPP_VERSION = 2024.05.08 +# The opencl-headers, opencl-icd-loader, and opencl-clhpp packages +# must always be updated together to compatible versions. +# Version desynchronization may result in build or runtime errors. +# When updating one of them, make sure to check and update the others. + +OPENCL_CLHPP_VERSION = 2024.10.24 OPENCL_CLHPP_SITE = $(call github,KhronosGroup,OpenCL-CLHPP,v$(OPENCL_CLHPP_VERSION)) OPENCL_CLHPP_LICENSE = Apache-2.0 OPENCL_CLHPP_LICENSE_FILES = LICENSE.txt