all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70872] [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0.
@ 2024-05-11  6:56 Andy Tai
  2024-05-12 22:03 ` [bug#70872] Andy Tai
  2024-05-13  8:23 ` bug#70872: [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Christopher Baines
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-11  6:56 UTC (permalink / raw)
  To: 70872; +Cc: Andy Tai

* 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@atai.org>
+;;; Copyright © 2023, 2024 Andy Tai <atai@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#70872]
  2024-05-11  6:56 [bug#70872] [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Andy Tai
@ 2024-05-12 22:03 ` Andy Tai
  2024-05-13  8:23 ` bug#70872: [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Christopher Baines
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-12 22:03 UTC (permalink / raw)
  To: 70872

patch passes Guix QA
https://qa.guix.gnu.org/issue/70872




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#70872: [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0.
  2024-05-11  6:56 [bug#70872] [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Andy Tai
  2024-05-12 22:03 ` [bug#70872] Andy Tai
@ 2024-05-13  8:23 ` Christopher Baines
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-05-13  8:23 UTC (permalink / raw)
  To: Andy Tai; +Cc: 70872-done

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

Andy Tai <atai@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-13  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-11  6:56 [bug#70872] [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Andy Tai
2024-05-12 22:03 ` [bug#70872] Andy Tai
2024-05-13  8:23 ` bug#70872: [PATCH] gnu: opensycl: Renamed to "adaptivecpp" and update to 24.02.0 Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.