Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
rocsolver


Commits:
cadc1dc9 by Christian Heusel at 2025-12-02T18:36:40+01:00
upgpkg: 7.1.1-1: New upstream release: ROCm 7.1.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rocsolver
        pkgdesc = Subset of LAPACK functionality on the ROCm platform
-       pkgver = 7.1.0
+       pkgver = 7.1.1
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/rocSOLVER/en/latest/index.html
        arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = rocsolver
        depends = rocm-core
        depends = rocsparse
        options = !lto
-       source = 
rocm-libraries-7.1.0.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.1.0.tar.gz
-       sha256sums = 
d9e138a15e8195a7e9b5e15240e50c557b830d50a2bafa27db14dad3884dbfd8
+       source = 
rocm-libraries-7.1.1.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.1.1.tar.gz
+       sha256sums = 
2c00694c6131192354b0e785e4dcb06a302e4b7891ec50ca30927e05ba7b368b
 
 pkgname = rocsolver


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Christian Heusel <[email protected]>
 
 pkgname=rocsolver
-pkgver=7.1.0
+pkgver=7.1.1
 pkgrel=1
 pkgdesc='Subset of LAPACK functionality on the ROCm platform'
 arch=('x86_64')
@@ -24,7 +24,7 @@ makedepends=(
 )
 _git='https://github.com/ROCm/rocm-libraries'
 
source=("rocm-libraries-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-$pkgver.tar.gz";)
-sha256sums=('d9e138a15e8195a7e9b5e15240e50c557b830d50a2bafa27db14dad3884dbfd8')
+sha256sums=('2c00694c6131192354b0e785e4dcb06a302e4b7891ec50ca30927e05ba7b368b')
 options=(!lto)
 _dirname="rocm-libraries-rocm-$pkgver/projects/$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsolver/-/commit/cadc1dc93d70c07cf776974d45f18fe94d7ab1ce

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocsolver/-/commit/cadc1dc93d70c07cf776974d45f18fe94d7ab1ce
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to