rekado pushed a commit to branch wip-python-team
in repository guix.

commit e77bea1ed7b53f959df732f7490f3d6aaf15e43f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 2 09:54:33 2024 +0200

    gnu: Add gfortran-10.
    
    * gnu/packages/gcc.scm (gfortran-10): New variable.
    
    Change-Id: I914f84dc2f906b881446a0360e1387b65dac1539
---
 gnu/packages/gcc.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3299b4b124..809b520ab0 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1137,6 +1137,12 @@ as the 'native-search-paths' field."
                "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gfortran-10
+  (hidden-package
+   (custom-gcc gcc-10
+               "gfortran" '("fortran")
+               %generic-search-paths)))
+
 (define-public gfortran-9
   (hidden-package
    (custom-gcc gcc-9

Reply via email to