mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
tests
This commit is contained in:
parent
f20f7b7588
commit
4ea76562d7
2 changed files with 15 additions and 18 deletions
|
@ -63,7 +63,7 @@
|
|||
(define-public openmpi-glicid-ucx
|
||||
(transform-package
|
||||
(
|
||||
(instead-of "ucx" ucx-latest) openmpi-glicid
|
||||
(instead-of "ucx" ucx-latest-glicid) openmpi-glicid
|
||||
) "ucx"
|
||||
)
|
||||
)
|
||||
|
@ -80,7 +80,7 @@
|
|||
(define-public openmpi-glicid-libfabric-ucx
|
||||
(transform-package
|
||||
(
|
||||
(instead-of "ucx" ucx-latest)
|
||||
(instead-of "ucx" ucx-latest-glicid)
|
||||
openmpi-glicid-libfabric
|
||||
) "ucx"
|
||||
)
|
||||
|
@ -89,7 +89,7 @@
|
|||
(define-public openmpi-glicid-libfabric-rdma-ucx
|
||||
(transform-package
|
||||
(
|
||||
(instead-of "ucx" ucx-latest)
|
||||
(instead-of "ucx" ucx-latest-glicid)
|
||||
openmpi-glicid-libfabric-rdma
|
||||
) "ucx"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue