mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add ucx 1.9.0
This commit is contained in:
parent
e3a9a060fe
commit
c717f858e7
1 changed files with 20 additions and 0 deletions
|
@ -465,6 +465,26 @@ in the @code{debug} output), and binutils.")))
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-ucx-gcc-11
|
||||
(package
|
||||
(inherit ucx)
|
||||
(name "glicid-ucx-gcc-11")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
|
||||
(sha256 (base32 "1yrmwvjxi3najax1wz4irpzxns6cp74ksdx4i1049mf03n2ci8m7"))
|
||||
))
|
||||
|
||||
(inputs `(("gcc-11", gcc-11)
|
||||
("gfortran-11", gfortran-11)
|
||||
,@(package-inputs ucx)))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define-public glicid-openmpi-gcc-11
|
||||
(package
|
||||
(inherit openmpi)
|
||||
|
|
Loading…
Add table
Reference in a new issue