Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocrand
Commits:
1f66f293 by Torsten Keßler at 2026-05-16T16:25:52+02:00
explicit ROCm compiler dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -7,6 +7,7 @@ pkgbase = rocrand
license = MIT
makedepends = rocm-cmake
makedepends = rocm-toolchain
+ makedepends = rocm-llvm
makedepends = gcc-fortran
makedepends = python
makedepends = git
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('x86_64')
url='https://rocm.docs.amd.com/projects/rocRAND/en/latest/index.html'
license=('MIT')
depends=('rocm-core' 'hip-runtime-amd' 'glibc' 'libgcc')
-makedepends=('rocm-cmake' 'rocm-toolchain' 'gcc-fortran' 'python' 'git')
+makedepends=('rocm-cmake' 'rocm-toolchain' 'rocm-llvm' 'gcc-fortran' 'python'
'git')
optdepends=('gcc-fortran: Use Fortran wrapper')
_git='https://github.com/ROCm/rocm-libraries/'
source=("rocm-libraries-$pkgver.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocrand/-/commit/1f66f2930dce73f1bbf5121d774e9daccf6d738b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocrand/-/commit/1f66f2930dce73f1bbf5121d774e9daccf6d738b
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