rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit b69156ef3055bd1bd1cfd6da2c45356403d22226
Author: Ricardo Wurmus <[email protected]>
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 <[email protected]>
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <[email protected]>
-;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ricardo Wurmus
<[email protected]>
+;;; Copyright © 2014, 2015, 2016, 2017, 2019, 2021 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2015 Andreas Enge <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Efraim Flashner
<[email protected]>
;;; Copyright © 2016 Carlos Sánchez de La Lama <[email protected]>
@@ -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")