me
/
guix
Archived
1
0
Fork 0

gnu: Add gfortran-7.

* gnu/packages/gcc.scm (gfortran-7): New variable.
master
Ricardo Wurmus 2021-12-08 23:39:00 +01:00
parent 95a4965f2d
commit b69156ef30
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 1 deletions

View File

@ -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")