Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocthrust
Commits:
e5b72cc1 by Torsten Keßler at 2026-01-28T21:08:06+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocThrust/en/latest/index.html
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = rocthrust
depends = rocm-core
depends = hip-runtime-amd
depends = rocprim
- source =
rocthrust-7.1.1.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.1.1/rocthrust.tar.gz
- sha256sums =
8b41df21ec01e76ac0c85dc8cc05079ddbf3b2e046e6ecc14c16960b8473ad10
+ source =
rocthrust-7.2.0.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.0/rocthrust.tar.gz
+ sha256sums =
fafd4f3a08f71cb59e7299af641141aad5d4a2568630544647514883a6707827
pkgname = rocthrust
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Markus Näther <[email protected]>
pkgname=rocthrust
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('rocm-core' 'hip-runtime-amd' 'rocprim')
makedepends=('cmake' 'rocm-cmake' 'rocm-toolchain')
_git='https://github.com/ROCm/rocm-libraries/'
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-$pkgver/$pkgname.tar.gz")
-sha256sums=('8b41df21ec01e76ac0c85dc8cc05079ddbf3b2e046e6ecc14c16960b8473ad10')
+sha256sums=('fafd4f3a08f71cb59e7299af641141aad5d4a2568630544647514883a6707827')
build() {
# -fcf-protection is not supported by HIP, see
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/e5b72cc12346bcdb3c0346df6f9e29800e5da134
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/e5b72cc12346bcdb3c0346df6f9e29800e5da134
You're receiving this email because of your account on gitlab.archlinux.org.