mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
gfortran 10 is default
This commit is contained in:
parent
3727c021ff
commit
1c79f77a57
1 changed files with 13 additions and 11 deletions
|
@ -42,19 +42,21 @@
|
||||||
fortran, as well as libc (headers and binaries, plus debugging symbols
|
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||||
in the @code{debug} output), and binutils.")))
|
in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
(define-public gfortran-10
|
;; gfortran@10 and gfortran-toolchain@10 are defaults
|
||||||
(hidden-package (custom-gcc gcc-10 "gfortran"
|
|
||||||
|
;(define-public gfortran-10
|
||||||
|
; (hidden-package (custom-gcc gcc-10 "gfortran"
|
||||||
'("fortran") %generic-search-paths)))
|
'("fortran") %generic-search-paths)))
|
||||||
|
|
||||||
(define-public gfortran-toolchain-10
|
;(define-public gfortran-toolchain-10
|
||||||
(package
|
; (package
|
||||||
(inherit (make-gcc-toolchain gfortran-10))
|
; (inherit (make-gcc-toolchain gfortran-10))
|
||||||
(synopsis "Complete GCC tool chain for fortran lang development")
|
; (synopsis "Complete GCC tool chain for fortran lang development")
|
||||||
(description
|
; (description
|
||||||
"This package provides a complete GCC tool chain for
|
; "This package provides a complete GCC tool chain for
|
||||||
fortran lang development to be installed in user profiles. This includes
|
; fortran lang development to be installed in user profiles. This includes
|
||||||
fortran, as well as libc (headers and binaries, plus debugging symbols
|
; fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||||
in the @code{debug} output), and binutils.")))
|
; in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
|
|
||||||
(define-public gfortran-9
|
(define-public gfortran-9
|
||||||
|
|
Loading…
Add table
Reference in a new issue