[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70252] [PATCH v2 0/5] Update and restyle Khronos OpenCL packages
From: |
Ahmad Draidi |
Subject: |
[bug#70252] [PATCH v2 0/5] Update and restyle Khronos OpenCL packages |
Date: |
Mon, 8 Apr 2024 00:19:56 +0400 |
Hello Guix,
Version 2 of this patch series uses a common version variable.
While working on Vulkan packages, I noticed the common version variable
%vulkan-sdk-version so I thought I'd use the same pattern here. Upstream
seems to be unified or unifying also[1].
I avoided using the full version string with the "v" included (e.g. v2023.12.14)
to minimize changes, though it might be more future proof to use the whole
string.
[1]: https://github.com/KhronosGroup/OpenCL-SDK
Ahmad Draidi (5):
gnu: opencl-headers, opencl-clhpp and opencl-icd-loader: Replace
version with %opencl-sdk-version.
gnu: %opencl-sdk-version: Update to 2023.12.14.
gnu: opencl-clhpp: Update package style.
gnu: opencl-headers: Update package style.
gnu: opencl-icd-loader: Update package style.
gnu/packages/opencl.scm | 42 +++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
base-commit: 298aed72a2a76be33f9a55bed22636acd7a4f9b9
--
2.41.0
- [bug#70252] [PATCH 0/4] Update and restyle Khronos OpenCL packages, Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH 1/4] gnu: opencl-headers, opencl-clhpp and opencl-icd-loader: Update to 2023.12.14., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH 2/4] gnu: opencl-clhpp: Update package style., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH 3/4] gnu: opencl-headers: Update package style., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH 4/4] gnu: opencl-icd-loader: Update package style., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH v2 0/5] Update and restyle Khronos OpenCL packages,
Ahmad Draidi <=
- [bug#70252] [PATCH v2 1/5] gnu: opencl-headers, opencl-clhpp and opencl-icd-loader: Replace version with %opencl-sdk-version., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH v2 2/5] gnu: %opencl-sdk-version: Update to 2023.12.14., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH v2 3/5] gnu: opencl-clhpp: Update package style., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH v2 4/5] gnu: opencl-headers: Update package style., Ahmad Draidi, 2024/04/07
- [bug#70252] [PATCH v2 5/5] gnu: opencl-icd-loader: Update package style., Ahmad Draidi, 2024/04/07