|
@@ -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_SITE = $(call github,KhronosGroup,OpenCL-CLHPP,v$(OPENCL_CLHPP_VERSION))
|
|
OPENCL_CLHPP_LICENSE = Apache-2.0
|
|
OPENCL_CLHPP_LICENSE = Apache-2.0
|
|
OPENCL_CLHPP_LICENSE_FILES = LICENSE.txt
|
|
OPENCL_CLHPP_LICENSE_FILES = LICENSE.txt
|