new latest dependancies

This commit is contained in:
Yann Dupont 2021-11-23 10:56:29 +01:00
parent 8c6f819805
commit b23efb1015

View file

@ -105,9 +105,9 @@
(version (string-append (package-version latest-openmpi) "-glicid" ))
(inputs `(
("ucx",ucx)
("rdma-core",rdma-core)
("libfabric",libfabric)
("ucx",ucx-latest) ;; should be latest beetween guix and glicid
("rdma-core",rdma-core-latest) ;; should be latest beetween guix and glicid
("libfabric",libfabric-latest)
,@(package-inputs latest-openmpi)))
)
)