mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
add gfortran-13 See merge request glicid-public/guix-glicid!330
This commit is contained in:
commit
891bc130d0
1 changed files with 17 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
(hidden-package (custom-gcc gcc-12 "gfortran"
|
||||
'("fortran") %generic-search-paths)))
|
||||
|
||||
|
||||
|
||||
(define-public gfortran-toolchain-12
|
||||
(package
|
||||
(inherit (make-gcc-toolchain gfortran-12))
|
||||
|
@ -27,6 +29,21 @@
|
|||
fortran, as well as libc (headers and binaries, plus debugging symbols
|
||||
in the @code{debug} output), and binutils.")))
|
||||
|
||||
(define-public gfortran-13
|
||||
(hidden-package (custom-gcc gcc-13 "gfortran"
|
||||
'("fortran") %generic-search-paths)))
|
||||
|
||||
|
||||
(define-public gfortran-toolchain-13
|
||||
(package
|
||||
(inherit (make-gcc-toolchain gfortran-13))
|
||||
(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
|
||||
(hidden-package (custom-gcc gcc-11 "gfortran"
|
||||
|
|
Loading…
Add table
Reference in a new issue