guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gfortran-5: Move definition before "gfortran".


From: Ricardo Wurmus
Subject: 01/01: gnu: gfortran-5: Move definition before "gfortran".
Date: Thu, 23 Mar 2017 11:35:14 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit ce54f5db7d072244c115b4790987b6faca0031b1
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 23 16:34:17 2017 +0100

    gnu: gfortran-5: Move definition before "gfortran".
    
    This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c.
    
    * gnu/packages/gcc.scm (gfortran-5): Move definition.
---
 gnu/packages/gcc.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index eb7a813..4ca4624 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -519,6 +519,10 @@ as the 'native-search-paths' field."
   (custom-gcc gcc-4.9 "gfortran" '("fortran")
               %generic-search-paths))
 
+(define-public gfortran-5
+  (custom-gcc gcc-5 "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
@@ -526,10 +530,6 @@ as the 'native-search-paths' field."
   ;; report two address@hidden that are in fact identical.
   gfortran-5)
 
-(define-public gfortran-5
-  (custom-gcc gcc-5 "gfortran" '("fortran")
-              %generic-search-paths))
-
 (define-public gccgo-4.9
   (custom-gcc gcc-4.9 "gccgo" '("go")
               %generic-search-paths



reply via email to

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