guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add gfortran 5.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add gfortran 5.
Date: Wed, 11 Nov 2015 16:25:19 +0000

rekado pushed a commit to branch master
in repository guix.

commit e61d9e3966a8043208a4beca4bcf8f5a8d7458f3
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 11 17:23:32 2015 +0100

    gnu: Add gfortran 5.
    
    * gnu/packages/gcc.scm (gfortran-5): New variable.
---
 gnu/packages/gcc.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 419e2c9..8465859 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -436,6 +436,9 @@ using compilers other than GCC."
 (define-public gfortran
   (custom-gcc gcc "gfortran" '("fortran")))
 
+(define-public gfortran-5
+  (custom-gcc gcc-5 "gfortran" '("fortran")))
+
 (define-public gccgo-4.8
   (custom-gcc gcc-4.8 "gccgo" '("go")
               ;; Suppress the separate "lib" output, because otherwise the



reply via email to

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