me
/
guix
Archived
1
0
Fork 0

gnu: Add gfortran@7.

* gnu/packages/gcc.scm (gfortran@7): New variable.
master
Efraim Flashner 2017-05-03 22:13:16 +03:00
parent 2ed12d3fb0
commit 90027924b7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 0 deletions

View File

@ -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