guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: gfortran: Add version 9.x.


From: guix-commits
Subject: 03/05: gnu: gfortran: Add version 9.x.
Date: Mon, 14 Oct 2019 12:25:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a00a946ac5b0a3dd0681f5ba009b42f0f1804e39
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 14 18:04:42 2019 +0200

    gnu: gfortran: Add version 9.x.
    
    * gnu/packages/gcc.scm (gfortran-9): New variable.
---
 gnu/packages/gcc.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 2bcf05e..bda6a2b 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -672,6 +672,10 @@ as the 'native-search-paths' field."
   (custom-gcc gcc-8 "gfortran" '("fortran")
               %generic-search-paths))
 
+(define-public gfortran-9
+  (custom-gcc gcc-9 "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]