GNU bug report logs -
#78626
[PATCH WIP] gnu: adaptivecpp: update to 25.02.0.)
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 29 May 2025 06:58:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm
index aede061ecb..73b28cd6c8 100644
--- a/gnu/packages/sycl.scm
+++ b/gnu/packages/sycl.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2023, 2024 Andy Tai <atai <at> atai.org>
+;;; Copyright © 2023, 2024, 2025 Andy Tai <atai <at> 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))
base-commit: 0bcd16bb105cfd614c04c1060e15e7a88bb787f9
--
2.43.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.