forked from pool/opencl-cpp-headers
OBS-URL: https://build.opensuse.org/package/show/science/opencl-cpp-headers?expand=0&rev=35
132 lines
5.1 KiB
Plaintext
132 lines
5.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jul 27 19:16:10 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2025.07.22
|
|
* Synchronize with OpenCL v3.0.19 specification release.
|
|
* Introduction of `CL_ENABLE_BETA_EXTENSIONS` to guard beta
|
|
features or extensions that can be modified with backward-
|
|
incompatible changes. Previously unguarded extensions are now
|
|
guarded.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 28 23:45:45 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Add remove-opencl-install.patch to only include .cmake files if
|
|
opencl-headers exports theirs.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 15:18:48 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Install pkg-config and CMake files
|
|
- Use CMake setup
|
|
- Use %autosetup macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 22:31:46 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2024.10.24.
|
|
* Synchronize with OpenCL v3.0.17 specification release.
|
|
* Support for the `cl_khr_external_semaphore_dx_fence` and
|
|
`cl_khr_external_memory_dx` extensions was removed.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 20:08:28 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2024.05.08.
|
|
* Synchronize with OpenCL v3.0.16 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 18 22:46:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2023.12.14.
|
|
* Synchronize with OpenCL v3.0.15 specification release.
|
|
* The device query for CL_DEVICE_PLATFORM now returns a
|
|
cl::Platform instead of a cl_platform_id. Code wanting a
|
|
cl_platform_id instead can access this from a cl::Platform
|
|
using operator().
|
|
* Querying the device handle list for a semaphore now requires
|
|
using the semaphore-specific CL_SEMAPHORE_DEVICE_HANDLE_LIST_KHR
|
|
enum, since the CL_DEVICE_HANDLE_LIST_KHR enum has been removed.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 18 21:04:48 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2023.04.17.
|
|
* Synchronize with OpenCL v3.0.14 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 21:01:14 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2023.02.06.
|
|
* Synchronize with OpenCL v3.0.13 specification release.
|
|
* Note: this is the first OpenCL-CLHPP release with the new
|
|
date-based naming convention.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 4 19:59:04 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.19.
|
|
* Synchronize with OpenCL v3.0.12 specification release (with
|
|
OpenCL-SDK fix).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 27 21:53:12 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.18.
|
|
* Synchronize with OpenCL v3.0.12 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 4 15:23:06 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.17.
|
|
* Synchronize with OpenCL v3.0.11 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 4 21:14:46 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.16.
|
|
* Synchronize with OpenCL v3.0.10 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 3 11:53:53 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.15.
|
|
* Synchronize with OpenCL v3.0.8 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 7 22:27:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Include the actual headers: cl2.hpp is just importing the new
|
|
opencl.hpp now.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 21:38:20 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.14.
|
|
* Synchronize with OpenCL v3.0.7 specification release.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 17 21:46:05 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.12.
|
|
* Relicense under Apache 2.0
|
|
* Remove deprecated cl.hpp
|
|
* Add support for cl_khr_extended_versioning
|
|
* Various fixes / clean ups
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 14 17:17:59 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
|
|
|
- Update to version 2.0.11.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 19 13:07:42 UTC 2017 - aaronpuchert@alice-dsl.net
|
|
|
|
- Added conflict with opencl-headers-1_2. The C++ headers were
|
|
separated from the C headers starting only with version 2.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 12 22:13:09 UTC 2017 - aaronpuchert@alice-dsl.net
|
|
|
|
- Created package based on version 2.0.10.
|