mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump gfortran to 14
This commit is contained in:
parent
fe2b9fe9dc
commit
6913b074b2
1 changed files with 18 additions and 0 deletions
|
@ -47,6 +47,24 @@
|
||||||
in the @code{debug} output), and binutils.")))
|
in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public gfortran-14
|
||||||
|
(hidden-package (custom-gcc gcc-14 "gfortran"
|
||||||
|
'("fortran") %generic-search-paths)))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public gfortran-toolchain-14
|
||||||
|
(package
|
||||||
|
(inherit (make-gcc-toolchain gfortran-14))
|
||||||
|
(synopsis "Complete GCC tool chain for fortran lang development")
|
||||||
|
(description
|
||||||
|
"This package provides a complete GCC tool chain for
|
||||||
|
fortran lang development to be installed in user profiles. This includes
|
||||||
|
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||||
|
in the @code{debug} output), and binutils.")))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public gfortran-11
|
(define-public gfortran-11
|
||||||
(hidden-package (custom-gcc gcc-11 "gfortran"
|
(hidden-package (custom-gcc gcc-11 "gfortran"
|
||||||
'("fortran") %generic-search-paths)))
|
'("fortran") %generic-search-paths)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue