Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipsparse
Commits:
4b2981a1 by Torsten Keßler at 2023-12-22T15:48:39+01:00
upgpkg: 6.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipsparse
pkgdesc = rocSPARSE marshalling library.
- pkgver = 5.7.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://hipsparse.readthedocs.io/en/latest/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hipsparse
depends = hip
depends = rocsparse
options = !lto
- source =
hipsparse-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-5.7.1.tar.gz
- sha256sums =
16c3818260611226c3576d8d55ad8f51e0890d2473503edf2c9313250ae65ca7
+ source =
hipsparse-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipSPARSE/archive/rocm-6.0.0.tar.gz
+ sha256sums =
718a5f03b6a579c0542a60d00f5688bec53a181b429b7ee8ce3c8b6c4a78d754
pkgname = hipsparse
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=hipsparse
-pkgver=5.7.1
+pkgver=6.0.0
pkgrel=1
pkgdesc='rocSPARSE marshalling library.'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('hip' 'rocsparse')
makedepends=('rocm-cmake' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('16c3818260611226c3576d8d55ad8f51e0890d2473503edf2c9313250ae65ca7')
+sha256sums=('718a5f03b6a579c0542a60d00f5688bec53a181b429b7ee8ce3c8b6c4a78d754')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipsparse/-/commit/4b2981a174bd8911ebaaad9f69d180f0c64efaa2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipsparse/-/commit/4b2981a174bd8911ebaaad9f69d180f0c64efaa2
You're receiving this email because of your account on gitlab.archlinux.org.