parent
2ed12d3fb0
commit
90027924b7
|
@ -540,6 +540,10 @@ as the 'native-search-paths' field."
|
||||||
(custom-gcc gcc-6 "gfortran" '("fortran")
|
(custom-gcc gcc-6 "gfortran" '("fortran")
|
||||||
%generic-search-paths))
|
%generic-search-paths))
|
||||||
|
|
||||||
|
(define-public gfortran-7
|
||||||
|
(custom-gcc gcc-7 "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
|
||||||
|
|
Reference in New Issue