GNU bug report logs - #72711
[PATCH] gnu: Add gfortran 13.

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Mon, 19 Aug 2024 13:10:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: 72711 <at> debbugs.gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [bug#72711] [PATCH] gnu: Add gfortran 13.
Date: Mon, 19 Aug 2024 15:07:56 +0200
* gnu/packages/gcc.scm (gfortran-13): New variable.

Change-Id: Idf9a35548a9a80251cc70154c7d70f5b3a316db9
---
 gnu/packages/gcc.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 9e3ee2031c..acb21d8c35 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1150,6 +1150,12 @@ (define %generic-search-paths
          (variable "LIBRARY_PATH")
          (files '("lib" "lib64")))))
 
+(define-public gfortran-13
+  (hidden-package
+   (custom-gcc gcc-13
+               "gfortran" '("fortran")
+               %generic-search-paths)))
+
 (define-public gfortran
   (hidden-package
    (custom-gcc gcc

base-commit: e928854a0f76cef3b11a06160a16130c59954b76
-- 
2.45.2





This bug report was last modified 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.