mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
properly define openmpi-glicid
This commit is contained in:
parent
ccc0613d20
commit
e96041f504
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,11 @@
|
||||||
(transform-package ((instead-of "psm2" psm2-latest)
|
(transform-package ((instead-of "psm2" psm2-latest)
|
||||||
openmpi-glicid-libfabric-rdma-ucx) "psm2"))
|
openmpi-glicid-libfabric-rdma-ucx) "psm2"))
|
||||||
|
|
||||||
(define-public openmpi-glicid openmpi-glicid-libfabric-rdma-ucx-psm2)
|
(define-public openmpi-glicid
|
||||||
|
(package/inherit openmpi-glicid-libfabric-rdma-ucx-psm2
|
||||||
|
(name "openmpi-glicid")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-public openmpi-glicid-waves
|
(define-public openmpi-glicid-waves
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue