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


Commits:
b769a039 by Torsten Keßler at 2024-10-13T16:56:21+02:00
upgpkg: 6.2.2-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 = 6.0.2
+       pkgver = 6.2.2
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/rocThrust/en/latest/index.html
        arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = rocthrust
        makedepends = cmake
        makedepends = rocm-cmake
        depends = rocm-core
-       depends = hip
+       depends = hip-runtime-amd
        depends = rocprim
-       source = 
rocthrust-6.0.2.tar.gz::https://github.com/ROCm/rocThrust/archive/rocm-6.0.2.tar.gz
-       sha256sums = 
8de9414f6b921ff549ba102239fcf65f5cc70ece5eec9753de5ec91870e6934d
+       source = 
rocthrust-6.2.2.tar.gz::https://github.com/ROCm/rocThrust/archive/rocm-6.2.2.tar.gz
+       sha256sums = 
39dfd8311635a6ca5528e1b870b908c083dcabed4ee96aa3b3c03cd60cf0b1bd
 
 pkgname = rocthrust


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,22 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <[email protected]>
 pkgname=rocthrust
-pkgver=6.0.2
+pkgver=6.2.2
 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' 'rocprim')
+depends=('rocm-core' 'hip-runtime-amd' 'rocprim')
 makedepends=('cmake' 'rocm-cmake')
 _git='https://github.com/ROCm/rocThrust'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('8de9414f6b921ff549ba102239fcf65f5cc70ece5eec9753de5ec91870e6934d')
+sha256sums=('39dfd8311635a6ca5528e1b870b908c083dcabed4ee96aa3b3c03cd60cf0b1bd')
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
 
 build() {
   # -fcf-protection is not supported by HIP, see
-  # 
https://rocm.docs.amd.com/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
+  # 
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 "$_dirname"



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

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


Reply via email to