diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-06 00:34:39 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-06 00:34:39 +0800 |
commit | 68d069ccaf1e7988058dc937d391a1262d927acc (patch) | |
tree | 13a06b13afaa7035fa29f33e8e2447dff9bdc5b3 /gnu | |
parent | be73d5e36a2448d1dfcf0a54ad4ab9d284f3b2f3 (diff) | |
download | guix-68d069ccaf1e7988058dc937d391a1262d927acc.tar guix-68d069ccaf1e7988058dc937d391a1262d927acc.tar.gz |
gnu: adaptivecpp: Update home-page.
* gnu/packages/sycl.scm (adaptivecpp)[home-page]: Update it.
Change-Id: Ifec66d4345ab6828e16fe244412d18d9e0625546
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sycl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm index 5a3f35ae7f..c4b4148b28 100644 --- a/gnu/packages/sycl.scm +++ b/gnu/packages/sycl.scm @@ -51,7 +51,7 @@ (native-inputs (list clang-15 llvm-15 python spirv-tools)) (inputs (list boost rocm-opencl-runtime spirv-headers)) (arguments `(#:tests? #f)) ; no tests - (home-page "https://github.com/OpenSYCL/OpenSYCL") + (home-page "https://adaptivecpp.github.io/") (synopsis "Implementation of the SYCL programming language for accelerators") (description "AdaptiveCpp is aImplementation of SYCL and C++ standard parallelism |