mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
typo
This commit is contained in:
parent
137e30f962
commit
73faf72a8b
1 changed files with 15 additions and 1 deletions
|
@ -112,6 +112,20 @@
|
||||||
|
|
||||||
(define-public ucx ucx-1.11.2)
|
(define-public ucx ucx-1.11.2)
|
||||||
|
|
||||||
|
(define-public glicid-ucx
|
||||||
|
(package
|
||||||
|
(inherit ucx)
|
||||||
|
(name "glicid-ucx")
|
||||||
|
)
|
||||||
|
|
||||||
|
(inputs `
|
||||||
|
("libfabric", libfabric) ;; latest of glicid or gnu version
|
||||||
|
("rdma-core",rdma-core-gcc) ;; latest of glicid or gnu version
|
||||||
|
|
||||||
|
,@(package-inputs ucx)))
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
(define-public glicid-ucx-gcc-11
|
(define-public glicid-ucx-gcc-11
|
||||||
(package
|
(package
|
||||||
(inherit ucx)
|
(inherit ucx)
|
||||||
|
@ -150,7 +164,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public glicid-ucx-gcc-10
|
(define-public glicid-specific-ucx-gcc-10
|
||||||
(package
|
(package
|
||||||
(inherit ucx)
|
(inherit ucx)
|
||||||
(name "glicid-specific-ucx-gcc-10")
|
(name "glicid-specific-ucx-gcc-10")
|
||||||
|
|
Loading…
Add table
Reference in a new issue