mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
try to simplify name See merge request glicid-public/guix-glicid!85
This commit is contained in:
commit
f373bd0172
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@
|
|||
|
||||
|
||||
(define-public openmpi-glicid-waves
|
||||
(transform-package ((instead-of "slurm-glicid" slurm-ccipl) openmpi-glicid-libfabric-rdma-ucx-psm2) "waves")
|
||||
(package
|
||||
(inherit (transform-package ((instead-of "slurm-glicid" slurm-ccipl) openmpi-glicid-libfabric-rdma-ucx-psm2) "waves"))
|
||||
(name "openmpi-glicid-waves")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue