Skip to content
Snippets Groups Projects
Unverified Commit 90027924 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: Add gfortran@7.

* gnu/packages/gcc.scm (gfortran@7): New variable.
parent 2ed12d3f
No related branches found
No related tags found
No related merge requests found
......@@ -540,6 +540,10 @@ (define-public gfortran-6
(custom-gcc gcc-6 "gfortran" '("fortran")
%generic-search-paths))
(define-public gfortran-7
(custom-gcc gcc-7 "gfortran" '("fortran")
%generic-search-paths))
(define-public gfortran
;; Note: Update this when GCC changes! We cannot use
;; (custom-gcc gcc "fortran" …) because that would lead to a package object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment