Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hiprand
Commits:
1cd8e0f0 by Torsten Keßler at 2026-01-28T22:09:00+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hiprand
pkgdesc = rocRAND marshalling library
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipRAND/en/latest/
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = hiprand
depends = rocrand
optdepends = gcc-fortran: Use Fortran wrapper
options = !lto
- 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 = hiprand-rocm-bin-path.patch
- sha256sums =
028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04
+ sha256sums =
e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736
sha256sums =
144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241
pkgname = hiprand
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=hiprand
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='rocRAND marshalling library'
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=('gcc-fortran: Use Fortran wrapper')
_git='https://github.com/ROCm/rocm-libraries'
source=("rocm-libraries::git+$_git.git#tag=rocm-$pkgver"
"$pkgname-rocm-bin-path.patch")
-sha256sums=('028cb964aeba74a9b3f4ce29dddf9bc35c30aff60d4617e60b0078a154af2a04'
+sha256sums=('e1b1239b5c9025437edd1a3af757fd37cd8fa299bdbbbce6f82392fd2c7df736'
'144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241')
options=(!lto)
_dirname="rocm-libraries/projects/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hiprand/-/commit/1cd8e0f0fe76c2bb331b6672a157367ef9dbadac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hiprand/-/commit/1cd8e0f0fe76c2bb331b6672a157367ef9dbadac
You're receiving this email because of your account on gitlab.archlinux.org.