Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / rccl
Commits:
f384f1f9 by Torsten Keßler at 2026-05-16T16:20:50+02:00
explicit ROCm compiler dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,6 +8,7 @@ pkgbase = rccl
makedepends = git
makedepends = cmake
makedepends = rocm-cmake
+ makedepends = rocm-llvm
makedepends = hipify-clang
makedepends = python
depends = rocm-core
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ arch=('x86_64')
url='https://rocm.docs.amd.com/projects/rccl/en/latest/index.html'
license=('BSD-3-Clause')
depends=('rocm-core' 'glibc' 'libgcc' 'hip-runtime-amd' 'rocm-smi-lib')
-makedepends=('git' 'cmake' 'rocm-cmake' 'hipify-clang' 'python')
+makedepends=('git' 'cmake' 'rocm-cmake' 'rocm-llvm' 'hipify-clang' 'python')
source=(
"${pkgname}::git+https://github.com/ROCm/rccl#tag=rocm-$pkgver"
"${pkgname}-json::git+https://github.com/nlohmann/json.git"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rccl/-/commit/f384f1f99eb8157b384eb7aefa38a35e7a2ddcdb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rccl/-/commit/f384f1f99eb8157b384eb7aefa38a35e7a2ddcdb
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