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 00:34:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4b13e28a8d336d693ed0392b660e48d6847a8bcf
Author: Efraim Flashner <address@hidden>
Date:   Wed May 3 07:33:35 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 00e2fa7..b083a6d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -523,6 +523,10 @@ as the 'native-search-paths' field."
   (custom-gcc gcc-5 "gfortran" '("fortran")
               %generic-search-paths))
 
+(define-public gfortran-6
+  (custom-gcc gcc-6 "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]