Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
rocprim
Commits:
a4e39f10 by Christian Heusel at 2026-05-05T16:15:16+02:00
upgpkg: 7.2.3-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocprim
pkgdesc = Header-only library providing HIP parallel primitives
- pkgver = 7.2.2
+ pkgver = 7.2.3
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html
arch = any
@@ -11,7 +11,7 @@ pkgbase = rocprim
makedepends = rocm-toolchain
depends = rocm-core
depends = hip-runtime-amd
- source =
rocm-libraries::git+https://github.com/ROCm/rocm-libraries.git#tag=rocm-7.2.2
- sha256sums =
b476acbcd0f4017c800e4b05533e6dfb875bde32242729c8df557d4624379623
+ source =
rocm-libraries-7.2.3.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.2.3.tar.gz
+ sha256sums =
300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5
pkgname = rocprim
=====================================
PKGBUILD
=====================================
@@ -3,19 +3,18 @@
# Contributor: Markus Näther <[email protected]>
pkgname=rocprim
-pkgver=7.2.2
+pkgver=7.2.3
pkgrel=1
pkgdesc='Header-only library providing HIP parallel primitives'
arch=('any')
url='https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html'
-_git='https://github.com/ROCm/rocm-libraries'
license=('MIT')
depends=('rocm-core' 'hip-runtime-amd')
makedepends=('cmake' 'git' 'rocm-cmake' 'rocm-toolchain')
_git='https://github.com/ROCm/rocm-libraries'
-source=("rocm-libraries::git+$_git.git#tag=rocm-$pkgver")
-sha256sums=('b476acbcd0f4017c800e4b05533e6dfb875bde32242729c8df557d4624379623')
-_dirname="rocm-libraries/projects/$pkgname"
+source=("rocm-libraries-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-$pkgver.tar.gz")
+sha256sums=('300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5')
+_dirname="rocm-libraries-rocm-$pkgver/projects/$pkgname"
build() {
# -fcf-protection is not supported by HIP, see
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprim/-/commit/a4e39f10339a3b8fa8e755449e2ffa2083f2ec48
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprim/-/commit/a4e39f10339a3b8fa8e755449e2ffa2083f2ec48
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help