mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new latest dependancies
This commit is contained in:
parent
8c6f819805
commit
b23efb1015
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@
|
||||||
(version (string-append (package-version latest-openmpi) "-glicid" ))
|
(version (string-append (package-version latest-openmpi) "-glicid" ))
|
||||||
|
|
||||||
(inputs `(
|
(inputs `(
|
||||||
("ucx",ucx)
|
("ucx",ucx-latest) ;; should be latest beetween guix and glicid
|
||||||
("rdma-core",rdma-core)
|
("rdma-core",rdma-core-latest) ;; should be latest beetween guix and glicid
|
||||||
("libfabric",libfabric)
|
("libfabric",libfabric-latest)
|
||||||
,@(package-inputs latest-openmpi)))
|
,@(package-inputs latest-openmpi)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue