mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
simplification
This commit is contained in:
parent
7c53675c7f
commit
e5c7d27fce
2 changed files with 6 additions and 6 deletions
|
@ -146,14 +146,14 @@
|
|||
|
||||
(inputs `(("gcc", gcc-11)
|
||||
("gfortran", gfortran-11)
|
||||
("libfabric", glicid-specific-libfabric-gcc-11)
|
||||
("rdma-core",glicid-specific-rdma-core-gcc-11)
|
||||
("libfabric", glicid-libfabric-gcc-11)
|
||||
("rdma-core",glicid-rdma-core-gcc-11)
|
||||
|
||||
,@(package-inputs ucx)))
|
||||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-ucx-gcc-10
|
||||
(define-public glicid-ucx-gcc-10
|
||||
(package
|
||||
(inherit ucx)
|
||||
(name "glicid-specific-ucx-gcc-10")
|
||||
|
@ -167,8 +167,8 @@
|
|||
|
||||
(inputs `(("gcc", gcc-10)
|
||||
("gfortran", gfortran-10)
|
||||
("libfabric", glicid-specific-libfabric-gcc-11)
|
||||
("rdma-core",glicid-specific-rdma-core-gcc-11)
|
||||
("libfabric", glicid-libfabric-gcc-11)
|
||||
("rdma-core",glicid-rdma-core-gcc-11)
|
||||
|
||||
,@(package-inputs ucx)))
|
||||
)
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
(name "glicid-libfabric-gcc-11")
|
||||
|
||||
(inputs `(("gcc-11", gcc-11)
|
||||
("rdma-core", glicid-specific-rdma-core-gcc-11)
|
||||
("rdma-core", glicid-rdma-core-gcc-11)
|
||||
,@(package-inputs glicid-libfabric)))
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue