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


Commits:
d0716153 by Torsten Keßler at 2024-10-13T17:33:37+02:00
upgpkg: 6.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hiprand
        pkgdesc = rocRAND marshalling library
-       pkgver = 6.0.2
+       pkgver = 6.2.2
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/hipRAND/en/latest/
        arch = x86_64
@@ -11,13 +11,13 @@ pkgbase = hiprand
        depends = rocm-core
        depends = glibc
        depends = gcc-libs
-       depends = hip
+       depends = hip-runtime-amd
        depends = rocrand
        optdepends = gcc-fortran: Use Fortran wrapper
        options = !lto
-       source = 
hiprand-6.0.2.tar.gz::https://github.com/ROCm/hipRAND/archive/rocm-6.0.2.tar.gz
+       source = 
hiprand-6.2.2.tar.gz::https://github.com/ROCm/hipRAND/archive/rocm-6.2.2.tar.gz
        source = hiprand-rocm-bin-path.patch
-       sha256sums = 
cb6ff8f58c024b60b3914271921f58f0ab3bdbc9889a53795b40c99c9de0bcd4
+       sha256sums = 
7879d2decbb048de79f3e542b54d50b3e18c785dad99f3d223dcf6f4bd1d9c8f
        sha256sums = 
144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241
 
 pkgname = hiprand


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 pkgname=hiprand
-pkgver=6.0.2
+pkgver=6.2.2
 pkgrel=1
 pkgdesc='rocRAND marshalling library'
 arch=('x86_64')
 url='https://rocm.docs.amd.com/projects/hipRAND/en/latest/'
 license=('MIT')
-depends=('rocm-core' 'glibc' 'gcc-libs' 'hip' 'rocrand')
+depends=('rocm-core' 'glibc' 'gcc-libs' 'hip-runtime-amd' 'rocrand')
 makedepends=('cmake' 'rocm-cmake' 'gcc-fortran')
 optdepends=('gcc-fortran: Use Fortran wrapper')
 _git='https://github.com/ROCm/hipRAND'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
         "$pkgname-rocm-bin-path.patch")
-sha256sums=('cb6ff8f58c024b60b3914271921f58f0ab3bdbc9889a53795b40c99c9de0bcd4'
+sha256sums=('7879d2decbb048de79f3e542b54d50b3e18c785dad99f3d223dcf6f4bd1d9c8f'
             '144fb5162222d81559e847d31226f7b56215fa558a549c8be534cfba3fbca241')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
@@ -24,7 +24,7 @@ prepare() {
 
 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/hiprand/-/commit/d0716153f7f534ae9462bee88a57812b1fe1cbd2

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


Reply via email to