summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-02-22 08:59:27 -0600
committeracxz2023-02-22 08:59:27 -0600
commit150ee4ff68a70239886f962f2b7353abc3087256 (patch)
tree1611ae2185e59a92299764804ca10a0e5bcccb07
parentc69a3353d2c6809870f5ea89c022f329d27f1cce (diff)
downloadaur-hipsycl-rocm.tar.gz
upgpkg: hipsycl-rocm 0.9.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72910fa2b850..a95be2d4d9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hipsycl-rocm
- pkgdesc = Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA
- pkgver = 0.9.3
+ pkgdesc = Multi-backend implementation of SYCL for CPUs and GPUs
+ pkgver = 0.9.4
pkgrel = 1
- url = https://github.com/illuhad/hipSYCL
+ url = https://github.com/OpenSYCL/OpenSYCL
arch = x86_64
license = BSD
makedepends = cmake
@@ -16,7 +16,7 @@ pkgbase = hipsycl-rocm
depends = rocm-hip-sdk
provides = hipsycl
provides = sycl
- source = hipsycl-rocm-0.9.3::https://github.com/illuhad/hipSYCL/archive/v0.9.3.tar.gz
- sha256sums = 7a1d6c39dd73d8b84e7506003f20918aa3763850e7a5ea3d6add5bd67f6ec0da
+ source = hipsycl-rocm-0.9.4::https://github.com/OpenSYCL/OpenSYCL/archive/v0.9.4.tar.gz
+ sha256sums = 6262533191c812966e2f8b67e6ae510ae5ad2cf7e0caecc9957e8a69423e51c4
pkgname = hipsycl-rocm
diff --git a/PKGBUILD b/PKGBUILD
index ed7f69158cb0..2bf029ac13eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-rocm
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
-pkgdesc="Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA"
+pkgdesc="Multi-backend implementation of SYCL for CPUs and GPUs"
arch=("x86_64")
-url="https://github.com/illuhad/hipSYCL"
+url="https://github.com/OpenSYCL/OpenSYCL"
license=("BSD")
provides=(hipsycl sycl)
makedepends=(cmake)
depends=(llvm clang python boost hipcpu openmp hip-runtime-amd rocm-hip-sdk)
-source=("$pkgname-$pkgver::https://github.com/illuhad/hipSYCL/archive/v$pkgver.tar.gz")
-sha256sums=('7a1d6c39dd73d8b84e7506003f20918aa3763850e7a5ea3d6add5bd67f6ec0da')
+source=("$pkgname-$pkgver::https://github.com/OpenSYCL/OpenSYCL/archive/v$pkgver.tar.gz")
+sha256sums=('6262533191c812966e2f8b67e6ae510ae5ad2cf7e0caecc9957e8a69423e51c4')
-_pkgname=hipSYCL
+_pkgname=OpenSYCL
prepare() {
# Delete the install lines for contrib hip and hipcpu