Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocsparse
Commits:
2bf1c7fd by Christian Heusel at 2026-01-28T22:43:06+01:00
upgpkg: 7.2.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocsparse
pkgdesc = BLAS for sparse computation on top of ROCm
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = rocsparse
options = !lto
options = !buildflags
options = !strip
- source =
rocsparse-7.1.1.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.1.1/rocsparse.tar.gz
- sha256sums =
d582e853580855db6d152b391d7f9852d27fc5713f33768fc9597e31df6e45a9
+ source =
rocsparse-7.2.0.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.0/rocsparse.tar.gz
+ sha256sums =
82ac892621ae8dccdda7115aa0c516392f0b531ccc3d5386f92cbbe1c048cea6
pkgname = rocsparse
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Markus Näther <[email protected]>
pkgname=rocsparse
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='BLAS for sparse computation on top of ROCm'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'hip-runtime-amd'
'rocprim' 'rocblas')
makedepends=('cmake' 'rocm-cmake' 'rocm-toolchain' 'gcc-fortran')
_git='https://github.com/ROCm/rocm-libraries'
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-$pkgver/$pkgname.tar.gz")
-sha256sums=('d582e853580855db6d152b391d7f9852d27fc5713f33768fc9597e31df6e45a9')
+sha256sums=('82ac892621ae8dccdda7115aa0c516392f0b531ccc3d5386f92cbbe1c048cea6')
# Disable default build flags and use release mode as otherwise the linker step
# fails. The symbol offset size reaches the 32 bit integer limits.
options=(!lto !buildflags !strip)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/2bf1c7fdfa48198061ad71a5734d68e6a5fed74f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/2bf1c7fdfa48198061ad71a5734d68e6a5fed74f
You're receiving this email because of your account on gitlab.archlinux.org.