mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
committed by
Andreas Enge
parent
1205f53f8d
commit
0b6aa1b1c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user