Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipblaslt
Commits:
cd1022e4 by Torsten Keßler at 2026-01-29T11:47:35+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipblaslt
pkgdesc = General matrix-matrix operations beyond a traditional BLAS
library
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
arch = x86_64
@@ -35,10 +35,10 @@ pkgbase = hipblaslt
depends = rocm-smi-lib
depends = yaml-cpp
options = !strip
- source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.1.1
+ source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.2.0
source = hipblaslt-Don-t-fetch-deps-for-rocroller.patch
source = rocroller-Always-fetch-libdivide-if-it-s-not-install.patch
- sha256sums =
028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04
+ sha256sums =
e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736
sha256sums =
81c0f9ac1872e34555c2f9d64eecec75c42fd8813c4acf54cd665b03e59cb752
sha256sums =
b845a96fee02651f2cad2417fc9e8522ab143849b2049b0010d17401e6000e52
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Lubosz Sarnecki <[email protected]>
pkgname=hipblaslt
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='General matrix-matrix operations beyond a traditional BLAS library'
arch=('x86_64')
@@ -47,7 +47,7 @@ _git='https://github.com/ROCm/rocm-libraries'
source=("rocm-libraries::git+$_git.git#tag=rocm-$pkgver"
"hipblaslt-Don-t-fetch-deps-for-rocroller.patch"
"rocroller-Always-fetch-libdivide-if-it-s-not-install.patch")
-sha256sums=('028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04'
+sha256sums=('e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736'
'81c0f9ac1872e34555c2f9d64eecec75c42fd8813c4acf54cd665b03e59cb752'
'b845a96fee02651f2cad2417fc9e8522ab143849b2049b0010d17401e6000e52')
_dirname="rocm-libraries/projects/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/cd1022e4475318d44b198212484302cb506490bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/cd1022e4475318d44b198212484302cb506490bf
You're receiving this email because of your account on gitlab.archlinux.org.