mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: adaptivecpp: Update to 24.06.0.
* gnu/packages/sycl.scm (adaptivecpp_: Update to 24.06.0. Change-Id: I1900dd1e38f6e20c1deed603b258abcc21c8649f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
ce518f8b1f
commit
be73d5e36a
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
(define-public adaptivecpp
|
||||
(package
|
||||
(name "adaptivecpp")
|
||||
(version "24.02.0")
|
||||
(version "24.06.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -46,7 +46,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gfr0mr9shgf33bj5sfy6nv2vh7wdky333ryy2n5ikvhfvjmqc7m"))))
|
||||
"1d7ld2azk45sv7124zkrkj1nfkmq0dani5zlalyn8v5s7q6vdxjc"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list clang-15 llvm-15 python spirv-tools))
|
||||
(inputs (list boost rocm-opencl-runtime spirv-headers))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue