GNU bug report logs - #70872
[PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 11 May 2024 06:57:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70872 in the body.
You can then email your comments to 70872 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70872; Package guix-patches. (Sat, 11 May 2024 06:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 11 May 2024 06:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0.
Date: Fri, 10 May 2024 23:56:28 -0700
* gnu/packages/sycl.scm (adaptivecpp): Rename variable from
(opensync): _this one. Redefine using DEPRECATED-PACKAGE.
Update to 24.02.0.

Change-Id: I7ac3f49409d539962de34510ed9255021b795724
---
 gnu/packages/sycl.scm | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm
index d8454cff35..9ac54acc06 100644
--- a/gnu/packages/sycl.scm
+++ b/gnu/packages/sycl.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2023 Andy Tai <atai <at> atai.org>
+;;; Copyright © 2023, 2024 Andy Tai <atai <at> atai.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -34,10 +34,10 @@ (define-module (gnu packages sycl)
 ;; tests that require such devices are all disabled.
 ;; Check https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00293.html
 
-(define-public opensycl
+(define-public adaptivecpp
   (package
-    (name "opensycl")
-    (version "0.9.4")
+    (name "adaptivecpp")
+    (version "24.02.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -46,7 +46,7 @@ (define-public opensycl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nynb93b68ghn1i1bsjvbbxpnh5b1yiw9jhhww1q1gi7w182x2g5"))))
+                "0gfr0mr9shgf33bj5sfy6nv2vh7wdky333ryy2n5ikvhfvjmqc7m"))))
     (build-system cmake-build-system)
     (native-inputs (list clang-15 llvm-15 python spirv-tools))
     (inputs (list boost rocm-opencl-runtime spirv-headers))
@@ -54,6 +54,11 @@ (define-public opensycl
     (home-page "https://github.com/OpenSYCL/OpenSYCL")
     (synopsis "Implementation of the SYCL programming language for accelerators")
     (description
-     "Open SYCL is a modern SYCL implementation targeting CPUs and GPUs from all
-major vendors that supports many use cases and approaches for implementing SYCL")
+     "AdaptiveCpp is aImplementation of SYCL and C++ standard parallelism
+for CPUs and GPUs from all vendors, with independent, community-driven
+compiler for C++-based heterogeneous programming models")
     (license license:bsd-2)))
+
+(define-public opensycl
+    (deprecated-package "opensycl" adaptivecpp))
+

base-commit: 703ae431f4ad28658e34675310b4fdf58685ccdd
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#70872; Package guix-patches. (Sun, 12 May 2024 22:06:01 GMT) Full text and rfc822 format available.

Message #8 received at 70872 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70872 <at> debbugs.gnu.org
Date: Sun, 12 May 2024 15:03:50 -0700
patch passes Guix QA
https://qa.guix.gnu.org/issue/70872




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 13 May 2024 08:24:03 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 13 May 2024 08:24:03 GMT) Full text and rfc822 format available.

Message #13 received at 70872-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 70872-done <at> debbugs.gnu.org
Subject: Re: [bug#70872] [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and
 update to 24.02.0.
Date: Mon, 13 May 2024 09:23:16 +0100
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/sycl.scm (adaptivecpp): Rename variable from
> (opensync): _this one. Redefine using DEPRECATED-PACKAGE.
> Update to 24.02.0.
>
> Change-Id: I7ac3f49409d539962de34510ed9255021b795724
> ---
>  gnu/packages/sycl.scm | 19 ++++++++++++-------
>  1 file changed, 12 insertions(+), 7 deletions(-)

Thanks, I tweaked the commit message a bit and pushed this to master as
cc212af83ef31d15474e26b39425a0261ff43647.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Jun 2024 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.