Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / hipsparse
Commits: 9e77ff7f by Torsten Keßler at 2023-10-15T16:11:47+02:00 upgpkg: 5.7.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = hipsparse + pkgdesc = rocSPARSE marshalling library. + pkgver = 5.7.1 + pkgrel = 1 + url = https://hipsparse.readthedocs.io/en/latest/ + arch = x86_64 + license = MIT + makedepends = rocm-cmake + makedepends = gcc-fortran + 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 + +pkgname = hipsparse ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=hipsparse -pkgver=5.6.1 +pkgver=5.7.1 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=('d636d0c5d1e38cc0c09b1e95380199ec82bd465b94bd6661f0c8d9374d9b565d') +sha256sums=('16c3818260611226c3576d8d55ad8f51e0890d2473503edf2c9313250ae65ca7') options=(!lto) _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipsparse/-/commit/9e77ff7f0877e4fedb909a1ded63e3b99ff52994 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipsparse/-/commit/9e77ff7f0877e4fedb909a1ded63e3b99ff52994 You're receiving this email because of your account on gitlab.archlinux.org.
