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


Commits:
f2429bc1 by Torsten Keßler at 2024-10-13T17:31:12+02:00
upgpkg: 6.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rocrand
        pkgdesc = Pseudo-random and quasi-random number generator on ROCm
-       pkgver = 6.0.2
+       pkgver = 6.2.2
        pkgrel = 1
        url = https://rocm.docs.amd.com/projects/rocRAND/en/latest/index.html
        arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = rocrand
        makedepends = python
        makedepends = git
        depends = rocm-core
-       depends = hip
+       depends = hip-runtime-amd
        depends = glibc
        depends = gcc-libs
        optdepends = gcc-fortran: Use Fortran wrapper
        options = !lto
-       source = 
rocrand-6.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-6.0.2.tar.gz
-       sha256sums = 
51d66c645987cbfb593aaa6be94109e87fe4cb7e9c70309eb3c159af0de292d7
+       source = 
rocrand-6.2.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocRAND/archive/rocm-6.2.2.tar.gz
+       sha256sums = 
aa0bf6fb8531046512cc154976f8acc94328a7e0bdb5fc7b16c97b0518de35c6
 
 pkgname = rocrand


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,24 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Jakub Okoński <[email protected]>
 pkgname=rocrand
-pkgver=6.0.2
+pkgver=6.2.2
 pkgrel=1
 pkgdesc='Pseudo-random and quasi-random number generator on ROCm'
 arch=('x86_64')
 url='https://rocm.docs.amd.com/projects/rocRAND/en/latest/index.html'
 license=('MIT')
-depends=('rocm-core' 'hip' 'glibc' 'gcc-libs')
+depends=('rocm-core' 'hip-runtime-amd' 'glibc' 'gcc-libs')
 makedepends=('rocm-cmake' 'gcc-fortran' 'python' 'git')
 optdepends=('gcc-fortran: Use Fortran wrapper')
 _git='https://github.com/ROCmSoftwarePlatform/rocRAND'
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('51d66c645987cbfb593aaa6be94109e87fe4cb7e9c70309eb3c159af0de292d7')
+sha256sums=('aa0bf6fb8531046512cc154976f8acc94328a7e0bdb5fc7b16c97b0518de35c6')
 options=(!lto)
 _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/rocrand/-/commit/f2429bc15014f6685480080c80c9bdd6c192bf11

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


Reply via email to