mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
true 1.9.0 version
This commit is contained in:
parent
d99e67acea
commit
63eadf0d00
1 changed files with 10 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||
(sha256 (base32 "1mch8ks4jikpxhnbcr1mbaibz6yddqnfm1z2kjslk28cyx8n3v95"))
|
||||
(sha256 (base32 "1yrmwvjxi3najax1wz4irpzxns6cp74ksdx4i1049mf03n2ci8m7"))
|
||||
))
|
||||
|
||||
(inputs `(("gcc-10", gcc-10)
|
||||
|
@ -398,6 +398,15 @@
|
|||
,@(package-inputs glicid-openmpi-gcc-10)))
|
||||
)
|
||||
|
||||
(define-public glicid-specific-intel-mpi-benchmarks
|
||||
(package
|
||||
(inherit glicid-intel-mpi-benchmarks/openmpi)
|
||||
(name "glicid-specific-intel-mpi-benchmarks")
|
||||
(inputs `(("glicid-specific-openmpi-gcc-10", glicid-specific-openmpi-gcc-10)
|
||||
,@(package-inputs glicid-intel-mpi-benchmarks)))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue