mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: opencl-headers: Update to 2024.10.24.
* gnu/packages/opencl.scm (opencl-headers): Update to 2024.10.24. [home-page]: Update. Change-Id: I75c7df82da0e54df40c2d58cbeb37dac47a508af Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
83c749fb0a
commit
a73bf86c6a
1 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
|||
(define-public opencl-headers
|
||||
(package
|
||||
(name "opencl-headers")
|
||||
(version "2023.02.06")
|
||||
(version "2024.10.24")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -69,13 +69,13 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jxpx15gwxc6i7vp64xlzcxf57nl0qnaiip6jyr0j7iji47dm404"))))
|
||||
(base32 "0c3s6g8b3ggfr36cl27axdf3kn79kj6cb880jizcf6q89nw6nf98"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; Not enabled during build.
|
||||
(synopsis "The Khronos OpenCL headers")
|
||||
(description
|
||||
"This package provides the C headers by Khronos for OpenCL programming.")
|
||||
(home-page "https://www.khronos.org/registry/OpenCL/")
|
||||
(home-page "https://registry.khronos.org/OpenCL/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define (make-opencl-headers major-version subversion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue