mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new versions
This commit is contained in:
parent
112e7a1d0d
commit
c316705fc3
1 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,15 @@
|
||||||
(transform-package
|
(transform-package
|
||||||
((instead-of "rdma-core" rdma-core-latest) openmpi-glicid-libfabric) "rdma"))
|
((instead-of "rdma-core" rdma-core-latest) openmpi-glicid-libfabric) "rdma"))
|
||||||
|
|
||||||
|
(define openmpi-glicid-libfabric-ucx
|
||||||
|
(transform-package
|
||||||
|
((instead-of "ucx" ucx-latest) openmpi-glicid-libfabric) "ucx"))
|
||||||
|
|
||||||
|
(define openmpi-glicid-libfabric-rdma-ucx
|
||||||
|
(transform-package
|
||||||
|
((instead-of "ucx" ucx-latest) openmpi-glicid-libfabric-rdma) "ucx"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define openmpi-glicid-transform-gcc-11
|
(define openmpi-glicid-transform-gcc-11
|
||||||
(gcc11-instead-of-gcc openmpi-glicid))
|
(gcc11-instead-of-gcc openmpi-glicid))
|
||||||
|
|
Loading…
Add table
Reference in a new issue