summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-06-17 10:07:30 -0400
committeracxz2022-06-17 10:07:30 -0400
commit350298e77519b221cba0ecf2e0a30139d0dce5ad (patch)
treed79a6bbc1dba69955d22b10295e2b78d2cda7462
parentc8e025ab7fdfc5fb37f0a54695b0481200dfa9f9 (diff)
downloadaur-350298e77519b221cba0ecf2e0a30139d0dce5ad.tar.gz
fix deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2feaa04a7a9a..2e6403ae40dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsycl-rocm-git
pkgdesc = Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA
- pkgver = r500.5f30bc1
+ pkgver = r1897.7102e5ee
pkgrel = 1
url = https://github.com/illuhad/hipSYCL
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = hipsycl-rocm-git
depends = boost
depends = hipcpu
depends = openmp
- depends = hip-hcc
- depends = rocm
+ depends = hip-runtime-amd
+ depends = rocm-hip-sdk
provides = hipsycl-rocm
provides = hipsycl
provides = sycl
@@ -21,4 +21,3 @@ pkgbase = hipsycl-rocm-git
sha256sums = SKIP
pkgname = hipsycl-rocm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8922ccff8a52..25c3a65b15ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsycl-rocm-git
-pkgver=r500.5f30bc1
+pkgver=r1897.7102e5ee
pkgrel=1
pkgdesc="Implementation of SYCL 1.2.1 over AMD HIP/NVIDIA CUDA"
arch=("x86_64")
@@ -10,7 +10,7 @@ url="https://github.com/illuhad/hipSYCL"
license=("BSD")
provides=(hipsycl-rocm hipsycl sycl)
makedepends=(cmake)
-depends=(llvm clang python boost hipcpu openmp hip-hcc rocm)
+depends=(llvm clang python boost hipcpu openmp hip-runtime-amd rocm-hip-sdk)
_pkgname=hipsycl
source=("${_pkgname}::git+https://github.com/illuhad/hipSYCL.git")
sha256sums=('SKIP')