GNU bug report logs -
#75343
[PATCH] gnu: adaptivecpp: Update to 24.10.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 4 Jan 2025 08:01:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75343: [PATCH] gnu: adaptivecpp: Update to 24.10.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75343 <at> debbugs.gnu.org.
--
75343: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75343
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/sycl.scm (adaptivecpp): Update to 24.10.0.
>
> Change-Id: I209d67f7c868ac096d620a2230841fa9d9c171c9
> ---
> gnu/packages/sycl.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm
> index c4b4148b28..aede061ecb 100644
> --- a/gnu/packages/sycl.scm
> +++ b/gnu/packages/sycl.scm
> @@ -37,7 +37,7 @@ (define-module (gnu packages sycl)
> (define-public adaptivecpp
> (package
> (name "adaptivecpp")
> - (version "24.06.0")
> + (version "24.10.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
> - "1d7ld2azk45sv7124zkrkj1nfkmq0dani5zlalyn8v5s7q6vdxjc"))))
> + "1gha90zkvg6nabyj1y55rflxzygdkznkjqj8v6zb1jgm1f5w60b7"))))
> (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: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/sycl.scm (adaptivecpp): Update to 24.10.0.
Change-Id: I209d67f7c868ac096d620a2230841fa9d9c171c9
---
gnu/packages/sycl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm
index c4b4148b28..aede061ecb 100644
--- a/gnu/packages/sycl.scm
+++ b/gnu/packages/sycl.scm
@@ -37,7 +37,7 @@ (define-module (gnu packages sycl)
(define-public adaptivecpp
(package
(name "adaptivecpp")
- (version "24.06.0")
+ (version "24.10.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
- "1d7ld2azk45sv7124zkrkj1nfkmq0dani5zlalyn8v5s7q6vdxjc"))))
+ "1gha90zkvg6nabyj1y55rflxzygdkznkjqj8v6zb1jgm1f5w60b7"))))
(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: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
--
2.34.1
This bug report was last modified 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.