diff --git a/opencl-clhpp.spec b/opencl-clhpp.spec index e949abe..046f3c2 100644 --- a/opencl-clhpp.spec +++ b/opencl-clhpp.spec @@ -1,9 +1,9 @@ %global date 2020.12.18 Name: opencl-clhpp Version: 2.0.12 -Release: 7 +Release: 8 Summary: OpenCL (Open Computing Language) bind cpp header files. -License: Apache-2.0 +License: Apache-2.0 MIT URL: https://github.com/KhronosGroup/OpenCL-CLHPP Source0: https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v%{version}.tar.gz Source1: https://github.com/KhronosGroup/OpenCL-Headers/archive/v%{date}.tar.gz @@ -35,6 +35,7 @@ ln -s /usr/lib64/libOpenCL.so.1 %{_builddir}/OpenCL-CLHPP-%{version}/libOpenCL.s git apply 0001-Add_CL_DEVICE_BOARD_NAME_AMD.patch git apply 0002-add-missing-const-to-context-properties.patch +git apply 0003-Fix-cl-enqueueMapSVM-for-cl-vector-and-cl-pointer.patch rm -rf build mkdir build @@ -58,6 +59,9 @@ make test /usr/local/include/CL/cl2.hpp %changelog +* Tue Nov 12 2021 yinchangpan - v2.12.0-8 +- patch 0003-Fix-cl-enqueueMapSVM-for-cl-vector-and-cl-pointer.patch + * Tue Nov 12 2021 yinchangpan - v2.12.0-7 - patch 0002-add-missing-const-to-context-properties diff --git a/v2.0.12.tar.gz b/v2.0.12.tar.gz index 1ad22a5..2f26c13 100644 Binary files a/v2.0.12.tar.gz and b/v2.0.12.tar.gz differ diff --git a/v2.5.3.tar.gz b/v2.5.3.tar.gz index 9eba2a2..d32a621 100644 Binary files a/v2.5.3.tar.gz and b/v2.5.3.tar.gz differ