mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: gfortran-5: Move definition before "gfortran".
This is a follow-up to commit cb4805e34c
.
* gnu/packages/gcc.scm (gfortran-5): Move definition.
This commit is contained in:
parent
cb4805e34c
commit
ce54f5db7d
1 changed files with 4 additions and 4 deletions
|
@ -519,6 +519,10 @@ (define-public gfortran-4.9
|
||||||
(custom-gcc gcc-4.9 "gfortran" '("fortran")
|
(custom-gcc gcc-4.9 "gfortran" '("fortran")
|
||||||
%generic-search-paths))
|
%generic-search-paths))
|
||||||
|
|
||||||
|
(define-public gfortran-5
|
||||||
|
(custom-gcc gcc-5 "gfortran" '("fortran")
|
||||||
|
%generic-search-paths))
|
||||||
|
|
||||||
(define-public gfortran
|
(define-public gfortran
|
||||||
;; Note: Update this when GCC changes! We cannot use
|
;; Note: Update this when GCC changes! We cannot use
|
||||||
;; (custom-gcc gcc "fortran" …) because that would lead to a package object
|
;; (custom-gcc gcc "fortran" …) because that would lead to a package object
|
||||||
|
@ -526,10 +530,6 @@ (define-public gfortran
|
||||||
;; report two gfortran@5 that are in fact identical.
|
;; report two gfortran@5 that are in fact identical.
|
||||||
gfortran-5)
|
gfortran-5)
|
||||||
|
|
||||||
(define-public gfortran-5
|
|
||||||
(custom-gcc gcc-5 "gfortran" '("fortran")
|
|
||||||
%generic-search-paths))
|
|
||||||
|
|
||||||
(define-public gccgo-4.9
|
(define-public gccgo-4.9
|
||||||
(custom-gcc gcc-4.9 "gccgo" '("go")
|
(custom-gcc gcc-4.9 "gccgo" '("go")
|
||||||
%generic-search-paths
|
%generic-search-paths
|
||||||
|
|
Loading…
Reference in a new issue