guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 091d8dafa446ae53d49078ed4e0a06649dd7fc7b
Author: David Elsing <[email protected]>
AuthorDate: Tue Feb 3 21:33:21 2026 +0100
gnu: rocm-hip-runtime: Propagate runtime dependencies.
* gnu/packages/rocm.scm (rocm-hip-runtime)[propagated-inputs]: New field.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/rocm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 63d6612d43..e31ecadcfb 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -220,14 +220,14 @@ and in-process/in-memory compilation.")
numactl
perl
opencl-headers
- rocm-comgr
rocr-runtime
rocm-device-libs
rocprofiler-register
libffi
clang-rocm))
- (native-inputs
- (list rocm-hipcc))
+ (native-inputs (list rocm-hipcc))
+ (propagated-inputs
+ (list rocm-comgr rocminfo))
(synopsis "ROCm HIP Runtime")
(description "HIP language runtime, allowing execution of HIP kernels
on AMD harware, with library support for in-process/in-memory