Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipfft
Commits:
9de0a5f2 by Torsten Keßler at 2026-05-16T16:16:01+02:00
explicit ROCm compiler dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,6 +8,7 @@ pkgbase = hipfft
makedepends = cmake
makedepends = git
makedepends = rocm-cmake
+ makedepends = rocm-llvm
depends = glibc
depends = hip-runtime-amd
depends = libgcc
=====================================
PKGBUILD
=====================================
@@ -19,6 +19,7 @@ makedepends=(
'cmake'
'git'
'rocm-cmake'
+ '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")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/9de0a5f23a7edc0c85d3be5a99aca0765a85914a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipfft/-/commit/9de0a5f23a7edc0c85d3be5a99aca0765a85914a
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