[bug#78626] gnu: adaptivecpp: update to 25.02.0.
Commit Message
* gnu/packages/sycl.scm (adaptivecpp): update to 25.02.0.
Change-Id: Ie2910177a3139d407faf88c51d937453069801f2
---
gnu/packages/sycl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: 0bcd16bb105cfd614c04c1060e15e7a88bb787f9
Comments
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2023, 2024 Andy Tai <atai@atai.org>
+;;; Copyright © 2023, 2024, 2025 Andy Tai <atai@atai.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,7 +37,7 @@ (define-module (gnu packages sycl)
(define-public adaptivecpp
(package
(name "adaptivecpp")
- (version "24.10.0")
+ (version "25.02.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -46,7 +46,7 @@ (define-public adaptivecpp
(file-name (git-file-name name version))
(sha256
(base32
- "1gha90zkvg6nabyj1y55rflxzygdkznkjqj8v6zb1jgm1f5w60b7"))))
+ "01wajw1vvbic1hiyz4rj7in09js3kl0xvaa2qpcg1pv7xkrz0xxx"))))
(build-system cmake-build-system)
(native-inputs (list clang-15 llvm-15 python spirv-tools))
(inputs (list boost rocm-opencl-runtime spirv-headers))