Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / rocsparse
Commits: dfe35dc9 by Torsten Keßler at 2025-05-31T15:46:31+02:00 upgpkg: 6.4.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = rocsparse pkgdesc = BLAS for sparse computation on top of ROCm - pkgver = 6.4.0 + pkgver = 6.4.1 pkgrel = 1 url = https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = rocsparse depends = rocprim options = !lto options = !buildflags - source = rocsparse-6.4.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.4.0.tar.gz - sha256sums = a0fb423b80da72f072a6d80b9837c80c671b5fae719f57c0e83d7e4e27d3d187 + source = rocsparse-6.4.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.4.1.tar.gz + sha256sums = f44db33179d5f8e18f948ff3ac8bd9b59f7bfdd67c66a7972ef1ee0eb15872de pkgname = rocsparse ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> # Contributor: Markus Näther <naeth...@informatik.uni-freiburg.de> pkgname=rocsparse -pkgver=6.4.0 +pkgver=6.4.1 pkgrel=1 pkgdesc='BLAS for sparse computation on top of ROCm' arch=('x86_64') @@ -11,7 +11,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'hip-runtime-amd' 'rocprim') makedepends=('cmake' 'rocm-cmake' 'gcc-fortran') _git='https://github.com/ROCmSoftwarePlatform/rocSPARSE' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") -sha256sums=('a0fb423b80da72f072a6d80b9837c80c671b5fae719f57c0e83d7e4e27d3d187') +sha256sums=('f44db33179d5f8e18f948ff3ac8bd9b59f7bfdd67c66a7972ef1ee0eb15872de') # 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) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/dfe35dc998bc96f01f87d6127c266a362d53b12b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rocsparse/-/commit/dfe35dc998bc96f01f87d6127c266a362d53b12b You're receiving this email because of your account on gitlab.archlinux.org.