aboutsummaryrefslogtreecommitdiff
path: root/hipsparse
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-19 22:06:05 +0100
committerGitHub2020-12-19 16:06:05 -0500
commitd40b920d261591c68760bbd6318f4b9ccf08b757 (patch)
treedf67f0d031fd73db8f4d4df064b956ed434e91f3 /hipsparse
parentc1501884a85e139d8074af75f9c54c59aca10fb0 (diff)
[hipsparse] Update to 4.0.0 (#517)
Diffstat (limited to 'hipsparse')
-rw-r--r--hipsparse/.SRCINFO6
-rw-r--r--hipsparse/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/hipsparse/.SRCINFO b/hipsparse/.SRCINFO
index 1a70bc0..c82d689 100644
--- a/hipsparse/.SRCINFO
+++ b/hipsparse/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipsparse
pkgdesc = rocSPARSE marshalling library.
- pkgver = 3.10.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipsparse
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hipsparse
makedepends = gcc-fortran
depends = hip-rocclr
depends = rocsparse
- source = hipsparse-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-3.10.0.tar.gz
- sha256sums = 7fd863ebf6eed09325c23ba06d9008b2f2c1345283d1a331e329e1a512b602f7
+ source = hipsparse-4.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-4.0.0.tar.gz
+ sha256sums = fc3736b2ea203209021616b2ffbcdd664781d692b07b8e8bb7f78b42dabbd5e5
pkgname = hipsparse
diff --git a/hipsparse/PKGBUILD b/hipsparse/PKGBUILD
index a88ac7c..febb5d8 100644
--- a/hipsparse/PKGBUILD
+++ b/hipsparse/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hip-rocclr' 'rocsparse')
makedepends=('cmake' 'git' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('7fd863ebf6eed09325c23ba06d9008b2f2c1345283d1a331e329e1a512b602f7')
+sha256sums=('fc3736b2ea203209021616b2ffbcdd664781d692b07b8e8bb7f78b42dabbd5e5')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {