Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipblas-common
Commits:
97c1f084 by Torsten Keßler at 2026-01-28T20:54:46+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipblas-common
pkgdesc = Common files shared by hipBLAS and hipBLASLt
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipBLAS/en/latest/index.html
arch = any
@@ -10,7 +10,7 @@ pkgbase = hipblas-common
makedepends = hip-runtime-amd
makedepends = rocm-cmake
depends = rocm-core
- source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.1.1
- sha256sums =
028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04
+ source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.2.0
+ sha256sums =
e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736
pkgname = hipblas-common
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=hipblas-common
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='Common files shared by hipBLAS and hipBLASLt'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
)
_git='https://github.com/ROCm/rocm-libraries'
source=("rocm-libraries::git+$_git.git#tag=rocm-$pkgver")
-sha256sums=('028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04')
+sha256sums=('e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736')
_dirname="rocm-libraries/projects/$pkgname"
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/97c1f0843a38df1c945a4b68a5429428044cbdf2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/97c1f0843a38df1c945a4b68a5429428044cbdf2
You're receiving this email because of your account on gitlab.archlinux.org.