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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 Jun 2025 15:47:54 +0200
with message-id <aFAgihNRiD5bH2kB <at> jurong>
and subject line Re: [PATCH] gnu: adaptivecpp: update to 25.02.0.
has caused the debbugs.gnu.org bug report #78626,
regarding [PATCH WIP] gnu: adaptivecpp: update to 25.02.0.)
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78626: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78626
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hello,
I am closing this for now, as it is a simple version update, but which
does not build; to avoid that it takes further resources of QA.
Please feel free to propose a new pull request on codeberg if you get a
working patch, or to ask for help on IRC or guix-devel.
Andreas
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.