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

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

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

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7be4cb9bb1..083dbfba42 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1119,6 +1119,12 @@ as the 'native-search-paths' field."
                "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gfortran-13
+  (hidden-package
+   (custom-gcc gcc-13
+               "gfortran" '("fortran")
+               %generic-search-paths)))
+
 (define-public gfortran-9
   (hidden-package
    (custom-gcc gcc-9

Reply via email to