summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c011a263c2e..d1585522f4f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocblas
pkgdesc = Next generation BLAS implementation for ROCm platform
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ROCmSoftwarePlatform/rocBLAS
arch = x86_64
license = NCSAOSL
@@ -12,6 +12,7 @@ pkgbase = rocblas
makedepends = hcc
makedepends = python2
depends = hcc
+ depends = hip
source = git+https://github.com/ROCmSoftwarePlatform/rocBLAS.git#tag=v2.0.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1d18934fdfb6..0e148158c9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=rocblas
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Next generation BLAS implementation for ROCm platform"
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/rocBLAS"
license=('NCSAOSL')
-depends=(hcc)
+depends=(hcc hip)
makedepends=(git cmake gcc ninja hcc python2)
source=("git+https://github.com/ROCmSoftwarePlatform/rocBLAS.git#tag=v2.0.0")
md5sums=('SKIP')