guix_mirror_bot pushed a commit to branch hpc-team
in repository guix.
commit 0717bec58dcc98a62378051381a08cc48eb6df2b
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Feb 20 10:35:44 2026 +0100
gnu: rocm-cmake: Fix dependency on julia.
At this point, git depends on julia, which is broken, see #6577.
Merges guix/guix!6578
* gnu/packages/rocm.scm (rocm-cmake)[native-inputs]: Remove git; add
git-minimal/pinned.
Change-Id: I32402d3a5015520eb2021d0ac4895709b589f169
---
gnu/packages/rocm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 823808ecb0..6b5bc632dd 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -293,7 +293,7 @@ available to ROCm and show their properties.")
"19jyymisxiikphzmq6h8vy5cg0r5dz3lxr5wvdf44frb8wxr8vla"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; Tests try to use git commit
- (native-inputs (list git))
+ (native-inputs (list git-minimal/pinned))
(home-page "https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/")
(synopsis "ROCm cmake modules")
(description "ROCm cmake modules provides cmake modules for common build