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 da8026675c9e..76307c3339cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-libs
pkgdesc = ROCm Libs - Libraries utilizing HPC and Ultrascale GPU Computing of ROCm
- pkgver = 3.3.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://rocm-documentation.readthedocs.io/en/latest/
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = rocm-libs
depends = rocfft
depends = rocprim
depends = rocrand
+ depends = rocsolver
depends = rocsparse
depends = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 80f59272c879..214e6997b2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-libs
-pkgver=3.3.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="ROCm Libs - Libraries utilizing HPC and Ultrascale GPU Computing of
ROCm"
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://rocm-documentation.readthedocs.io/en/latest/"
license=()
depends=('hipblas' 'hipcub' 'hipsparse' 'rocalution' 'rocblas' 'rocfft'
-'rocprim' 'rocrand' 'rocsparse' 'rocthrust')
+'rocprim' 'rocrand' 'rocsolver' 'rocsparse' 'rocthrust')
makedepends=()
source=()
sha256sums=()