Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocthrust
Commits:
87b7cb1d by Torsten Keßler at 2026-05-16T16:26:49+02:00
explicit ROCm compiler dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,6 +8,7 @@ pkgbase = rocthrust
makedepends = cmake
makedepends = rocm-cmake
makedepends = rocm-toolchain
+ makedepends = rocm-llvm
depends = rocm-core
depends = hip-runtime-amd
depends = rocprim
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('x86_64')
url='https://rocm.docs.amd.com/projects/rocThrust/en/latest/index.html'
license=('Apache-2.0')
depends=('rocm-core' 'hip-runtime-amd' 'rocprim')
-makedepends=('cmake' 'rocm-cmake' 'rocm-toolchain')
+makedepends=('cmake' '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/rocthrust/-/commit/87b7cb1d38ce878e30d886dca0c564e9ac948e51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/87b7cb1d38ce878e30d886dca0c564e9ac948e51
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