Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocthrust


Commits:
a9e4012d by Torsten Keßler at 2025-10-04T12:12:22+02:00
upgpkg: 6.4.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 pkgbase = rocthrust
        pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
-       pkgver = 6.4.3
+       pkgver = 6.4.4
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/rocThrust/en/latest/index.html
        arch = x86_64
        license = Apache-2.0
        makedepends = cmake
        makedepends = rocm-cmake
+       makedepends = rocm-toolchain
        depends = rocm-core
        depends = hip-runtime-amd
        depends = rocprim
-       source = 
rocthrust-6.4.3.tar.gz::https://github.com/ROCm/rocThrust/archive/rocm-6.4.3.tar.gz
-       sha256sums = 
58ab36c901d347a6e989d0103b6c24b907361a4258fa1bbbfb3dca7ae0a2f066
+       source = 
rocthrust-6.4.4.tar.gz::https://github.com/ROCm/rocThrust/archive/rocm-6.4.4.tar.gz
+       sha256sums = 
e806351bc6a6958adb59d459538b08307cc196e69c5507afe30e60787c4e3f71
 
 pkgname = rocthrust


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=rocthrust
-pkgver=6.4.3
+pkgver=6.4.4
 pkgrel=1
 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
 arch=('x86_64')
 url='https://rocm.docs.amd.com/projects/rocThrust/en/latest/index.html'
 license=('Apache-2.0')
 depends=('rocm-core' 'hip-runtime-amd' 'rocprim')
-makedepends=('cmake' 'rocm-cmake')
+makedepends=('cmake' 'rocm-cmake' 'rocm-toolchain')
 _git='https://github.com/ROCm/rocThrust'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('58ab36c901d347a6e989d0103b6c24b907361a4258fa1bbbfb3dca7ae0a2f066')
+sha256sums=('e806351bc6a6958adb59d459538b08307cc196e69c5507afe30e60787c4e3f71')
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
 build() {
@@ -22,7 +22,8 @@ build() {
     -S "$_dirname"
     -B build
     -D CMAKE_BUILD_TYPE=None
-    -D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc
+    -D CMAKE_CXX_COMPILER=amdclang++
+    -D GPU_TARGETS="$(rocm-supported-gfx)"
     -D CMAKE_CXX_FLAGS="${CXXFLAGS} -fcf-protection=none"
     -D CMAKE_INSTALL_PREFIX=/opt/rocm
   )



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/a9e4012d64da43c4a36d12a3143eab8470e928cd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to