guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add address@hidden


From: Efraim Flashner
Subject: 01/01: gnu: Add address@hidden
Date: Wed, 3 May 2017 15:17:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 90027924b708c721971db453f9ec37932972a79b
Author: Efraim Flashner <address@hidden>
Date:   Wed May 3 22:13:16 2017 +0300

    gnu: Add address@hidden
    
    * gnu/packages/gcc.scm (address@hidden): 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 39e1aee..5d1a4ea 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -540,6 +540,10 @@ as the 'native-search-paths' field."
   (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



reply via email to

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