guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: Add gfortran-7.


From: guix-commits
Subject: 01/09: gnu: Add gfortran-7.
Date: Thu, 9 Dec 2021 05:20:12 -0500 (EST)

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

commit b69156ef3055bd1bd1cfd6da2c45356403d22226
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 23:39:00 2021 +0100

    gnu: Add gfortran-7.
    
    * gnu/packages/gcc.scm (gfortran-7): New variable.
---
 gnu/packages/gcc.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 1dab77d..f6d18bd 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 
Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2014, 2015, 2016, 2017, 2019, 2021 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
@@ -794,6 +794,12 @@ as the 'native-search-paths' field."
                "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gfortran-7
+  (hidden-package
+   (custom-gcc gcc-7
+               "gfortran" '("fortran")
+               %generic-search-paths)))
+
 (define-public gdc-10
   (hidden-package
    (custom-gcc gcc-10 "gdc" '("d")



reply via email to

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