mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: %opencl-version: Update to 2025.07.22.
* gnu/packages/opencl.scm (opencl-headers)[source]: Update sha256. (opencl-clhpp)[source]: Update sha256. (opencl-icd-loader)[source]: Update sha256. (%opencl-version): Update. Merges guix/guix!1879 Change-Id: If65cc4b4d5283a4a769a7d7c2d2c528e06bfc36b
This commit is contained in:
committed by
Andreas Enge
parent
f422f735b2
commit
60b6df6b04
@@ -60,7 +60,7 @@
|
||||
;; If you update either of opencl-headers, opencl-clhpp or opencl-icd-loader
|
||||
;; note that they are released together (lockstep) and must be updated
|
||||
;; together. Bump this version number and update hashes below
|
||||
(define %opencl-version "2024.10.24")
|
||||
(define %opencl-version "2025.07.22")
|
||||
|
||||
(define-public opencl-headers
|
||||
(package
|
||||
@@ -74,7 +74,7 @@
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0c3s6g8b3ggfr36cl27axdf3kn79kj6cb880jizcf6q89nw6nf98"))))
|
||||
(base32 "1rir72cdigwkj3a0k8l066fgzvh41yf6vrczzflwh0h4vq3g7h2x"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; Not enabled during build.
|
||||
(synopsis "The Khronos OpenCL headers")
|
||||
@@ -110,7 +110,7 @@
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1s9z30p80qc1dgp04wvc6szgcs4r167m3nk9622d2bbaaalgd5vg"))))
|
||||
(base32 "1d7zyf2s2xpa002c36a081gyldai0mph3pjnyvswhx34c2b8yi44"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;The regression tests require a lot more dependencies.
|
||||
@@ -136,7 +136,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rnyx83iwisxfj818dzf016fmi62kk1hrlfav0b8a1pjfbzmvr03"))))
|
||||
"12y5v3ri9dqm3zbhg6axy02hbcb0g23f44m2jvyvc2zv0lvy42wg"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; Tests need stub loader setup.
|
||||
(native-search-paths
|
||||
|
||||
Reference in New Issue
Block a user