gnu: opencl-icd-loader: Update to 2024.10.24.

* gnu/packages/opencl.scm (opencl-icd-loader): Update to 2024.10.24.
[source]: Avoid URL redirection.

Change-Id: I7dd64e02c354deecabed4180ad639fd13b501d24
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Ahmad Draidi 2025-06-08 22:11:55 +08:00 committed by Hilton Chain
parent d001725bbc
commit 53662cbc59
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -129,16 +129,16 @@
(define-public opencl-icd-loader (define-public opencl-icd-loader
(package (package
(name "opencl-icd-loader") (name "opencl-icd-loader")
(version "2023.02.06") (version "2024.10.24")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/KhronosGroup/OpenCL-ICD-Loader.git") (url "https://github.com/KhronosGroup/OpenCL-ICD-Loader")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cmbcm6bz6kfvr0dy9hzf2vgfwcz8gbm8rxspqqpva6z74dz0qxr")))) "0rnyx83iwisxfj818dzf016fmi62kk1hrlfav0b8a1pjfbzmvr03"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) ; Tests need stub loader setup. (arguments `(#:tests? #f)) ; Tests need stub loader setup.
(native-search-paths (native-search-paths