mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add gfortran 5.
* gnu/packages/gcc.scm (gfortran-5): New variable.
This commit is contained in:
parent
419630e0be
commit
e61d9e3966
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ using compilers other than GCC."
|
|||
(define-public gfortran
|
||||
(custom-gcc gcc "gfortran" '("fortran")))
|
||||
|
||||
(define-public gfortran-5
|
||||
(custom-gcc gcc-5 "gfortran" '("fortran")))
|
||||
|
||||
(define-public gccgo-4.8
|
||||
(custom-gcc gcc-4.8 "gccgo" '("go")
|
||||
;; Suppress the separate "lib" output, because otherwise the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue