mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
tentative de rationalisation du nom des packages
This commit is contained in:
parent
a29cd4e641
commit
2615ae0041
1 changed files with 4 additions and 7 deletions
|
@ -104,18 +104,15 @@
|
|||
(package
|
||||
(inherit intel-mpi-benchmarks/openmpi)
|
||||
(name "glicid-intel-mpi-benchmarks")
|
||||
(inputs `(("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
||||
("gcc",gcc-11)
|
||||
,@(package-inputs intel-mpi-benchmarks/openmpi)))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-intel-mpi-benchmarks
|
||||
(define-public glicid-intel-mpi-benchmarks-gcc-11
|
||||
(package
|
||||
(inherit glicid-intel-mpi-benchmarks)
|
||||
(name "glicid-specific-intel-mpi-benchmarks")
|
||||
(inputs `(("openmpi", glicid-specific-openmpi)
|
||||
("gcc",gcc-11)
|
||||
(inputs `(("openmpi", glicid-openmpi-gcc-11)
|
||||
("gcc",gcc-11)
|
||||
,@(package-inputs glicid-intel-mpi-benchmarks)))
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue