Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
rocthrust


Commits:
f66b7009 by Christian Heusel at 2026-05-05T17:16:15+02:00
upgpkg: 7.2.3-1: New upstream release

- - - - -


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.2.2
+       pkgver = 7.2.3
        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.2.2.tar.gz::https://github.com/ROCm/rocm-libraries/releases/download/rocm-7.2.2/rocthrust.tar.gz
-       sha256sums = 
d0a2cb53b38aeb0ba0bb40bd9097ed7a5ba36bfc80ffbb48b87519a0801afda2
+       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 = rocthrust


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Markus Näther <[email protected]>
 
 pkgname=rocthrust
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
 arch=('x86_64')
@@ -12,15 +12,16 @@ license=('Apache-2.0')
 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=('d0a2cb53b38aeb0ba0bb40bd9097ed7a5ba36bfc80ffbb48b87519a0801afda2')
+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
   # 
https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
   local cmake_args=(
     -Wno-dev
-    -S "$pkgname"
+    -S "$_dirname"
     -B build
     -D CMAKE_BUILD_TYPE=None
     -D CMAKE_CXX_COMPILER=amdclang++



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/f66b70094a85603997c65f3d0b8dbdb7b38383e1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/f66b70094a85603997c65f3d0b8dbdb7b38383e1
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


Reply via email to