summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-20 00:53:34 +0100
committerGitHub2020-12-19 18:53:34 -0500
commit45730466467c4a481cc183bb588e35ad24d7cbb2 (patch)
tree4f75dda5a45a71a2bf43a45dc589e22386bc83da
parentc2d5bbc6c9041e27a0ec999683a31b488f4c405c (diff)
downloadaur-45730466467c4a481cc183bb588e35ad24d7cbb2.tar.gz
[rocsparse] Update to 4.0.0 (#548)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186b0b436bf8..e0f64504fa08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocsparse
pkgdesc = BLAS for sparse computation on top of ROCm
- pkgver = 3.10.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocsparse
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = rocsparse
makedepends = gcc-fortran
depends = hip-rocclr
depends = rocprim
- source = rocsparse-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-3.10.0.tar.gz
- sha256sums = 8325828c5d7818dfb45e03b5f1572a573cc21964d596aaaa33b7469817b03abd
+ source = rocsparse-4.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-4.0.0.tar.gz
+ sha256sums = 2b41bc6623d204ad7f351a902810f34cd32b762d1bf59081dbb00f83e689a794
pkgname = rocsparse
diff --git a/PKGBUILD b/PKGBUILD
index 748f58839b71..7479c9ee1406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocsparse
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='BLAS for sparse computation on top of ROCm'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('hip-rocclr' 'rocprim')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/rocSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('8325828c5d7818dfb45e03b5f1572a573cc21964d596aaaa33b7469817b03abd')
+sha256sums=('2b41bc6623d204ad7f351a902810f34cd32b762d1bf59081dbb00f83e689a794')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {