Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocprim
Commits:
2664174e by Torsten Keßler at 2026-05-16T16:25:16+02:00
explicit ROCm compiler dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -9,6 +9,7 @@ pkgbase = rocprim
makedepends = git
makedepends = rocm-cmake
makedepends = rocm-toolchain
+ makedepends = rocm-llvm
depends = rocm-core
depends = hip-runtime-amd
source =
rocm-libraries-7.2.3.tar.gz::https://github.com/ROCm/rocm-libraries/archive/refs/tags/rocm-7.2.3.tar.gz
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('any')
url='https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html'
license=('MIT')
depends=('rocm-core' 'hip-runtime-amd')
-makedepends=('cmake' 'git' 'rocm-cmake' 'rocm-toolchain')
+makedepends=('cmake' 'git' 'rocm-cmake' 'rocm-toolchain' 'rocm-llvm')
_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")
sha256sums=('300cc50720d40bad7c7ed1f6d67e8c5ebecaba62c07a6ea1cc5813c0ea2e41b5')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprim/-/commit/2664174e17211834e3ae76ac9a38e3ff395a0f0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocprim/-/commit/2664174e17211834e3ae76ac9a38e3ff395a0f0a
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