mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add fortran-11 to transformation
This commit is contained in:
parent
2aae3218ce
commit
5b0699950d
1 changed files with 6 additions and 1 deletions
|
@ -119,7 +119,12 @@
|
||||||
;; This is a procedure to replace GCC by GCC11,
|
;; This is a procedure to replace GCC by GCC11,
|
||||||
;; recursively.
|
;; recursively.
|
||||||
; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-11)))))
|
; (package-input-rewriting/spec `((,gcc-toolchain . ,(const gcc-toolchain-11)))))
|
||||||
(package-input-rewriting `((,gcc-toolchain . ,gcc-toolchain-11))))
|
(package-input-rewriting `(
|
||||||
|
(,gcc-toolchain . ,gcc-toolchain-11)
|
||||||
|
(,gfortran-toolchain . ,gfortran-toolchain-11)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define gcc10-instead-of-gcc
|
(define gcc10-instead-of-gcc
|
||||||
;; This is a procedure to replace GCC by GCC10,
|
;; This is a procedure to replace GCC by GCC10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue