mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
test gcc-11 variant
This commit is contained in:
parent
f04ee73f4c
commit
04546c7b40
1 changed files with 7 additions and 1 deletions
|
@ -126,6 +126,12 @@
|
|||
(package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-11))))
|
||||
|
||||
|
||||
(define-public openmpi-glicid-gcc-11
|
||||
(define openmpi-glicid-transform-gcc-11
|
||||
(gcc11-instead-of-gcc openmpi-glicid))
|
||||
|
||||
(define-public openmpi-glicid-gcc-11
|
||||
(package
|
||||
(inherit openmpi-glicid-transform-gcc-11)
|
||||
(version (string-append (package-version gnu:openmpi) "-gcc-11" ))
|
||||
)
|
||||
)
|
Loading…
Add table
Reference in a new issue