Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
hipblas-common
Commits:
c1e0a505 by Christian Heusel at 2025-12-02T00:34:11+01:00
upgpkg: 7.1.1-1: New upstream release: ROCm 7.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hipblas-common
pkgdesc = Common files shared by hipBLAS and hipBLASLt
- pkgver = 7.1.0
- pkgrel = 2
+ pkgver = 7.1.1
+ pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipBLAS/en/latest/index.html
arch = any
license = MIT
@@ -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.0
- sha256sums =
aaadb942b979b814dc436de772afab3120382aa0e4662e3c58d9a2ddfbfe790c
+ source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.1.1
+ sha256sums =
028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04
pkgname = hipblas-common
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=hipblas-common
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
pkgdesc='Common files shared by hipBLAS and hipBLASLt'
arch=('any')
url='https://rocm.docs.amd.com/projects/hipBLAS/en/latest/index.html'
@@ -17,7 +17,7 @@ makedepends=(
)
_git='https://github.com/ROCm/rocm-libraries'
source=("rocm-libraries::git+$_git.git#tag=rocm-$pkgver")
-sha256sums=('aaadb942b979b814dc436de772afab3120382aa0e4662e3c58d9a2ddfbfe790c')
+sha256sums=('028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04')
_dirname="rocm-libraries/projects/$pkgname"
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/c1e0a5058d830960a91c1b93bc8ab6001aae9414
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas-common/-/commit/c1e0a5058d830960a91c1b93bc8ab6001aae9414
You're receiving this email because of your account on gitlab.archlinux.org.