Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocsparse
Commits:
699de309 by Christian Heusel at 2026-05-05T20:51:37+02:00
upgpkg: 7.2.3-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.2.2
+ pkgver = 7.2.3
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.2.2.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.2/rocsparse.tar.gz
- sha256sums =
b9b30f18600b651f7dc81e917c36bc3e223bbb284ccf4d79ba5f3e345f535a18
+ source =
rocm-libraries-7.2.3.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.2.3.tar.gz
+ sha256sums =
300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5
pkgname = rocsparse
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Markus Näther <[email protected]>
pkgname=rocsparse
-pkgver=7.2.2
+pkgver=7.2.3
pkgrel=1
pkgdesc='BLAS for sparse computation on top of ROCm'
arch=('x86_64')
@@ -11,9 +11,9 @@
url='https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html'
license=('MIT')
depends=('rocm-core' 'glibc' 'libgcc' '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=('b9b30f18600b651f7dc81e917c36bc3e223bbb284ccf4d79ba5f3e345f535a18')
+source=("rocm-libraries-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-$pkgver.tar.gz")
+sha256sums=('300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5')
+_dirname="rocm-libraries-rocm-$pkgver/projects/$pkgname"
# 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)
@@ -23,7 +23,7 @@ build() {
#
https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
local cmake_args=(
-Wno-dev
- -S "$pkgname"
+ -S "$_dirname"
-B build
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_CXX_COMPILER=amdclang++
@@ -37,5 +37,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
- install -Dm644 "$pkgname/LICENSE.md"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$_dirname/LICENSE.md"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/699de3094d854f00ac50795689e54eafb5a78774
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/699de3094d854f00ac50795689e54eafb5a78774
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help