unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Romain GARBAGE <romain.garbage@inria.fr>
To: 72711@debbugs.gnu.org
Cc: ludovic.courtes@inria.fr, Romain GARBAGE <romain.garbage@inria.fr>
Subject: [bug#72711] [PATCH] gnu: Add gfortran 13.
Date: Mon, 19 Aug 2024 15:07:56 +0200	[thread overview]
Message-ID: <20240819130826.10720-1-romain.garbage@inria.fr> (raw)

* 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





             reply	other threads:[~2024-08-19 13:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 13:07 Romain GARBAGE [this message]
2024-08-28  5:57 ` bug#72711: [PATCH] gnu: Add gfortran 13 Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240819130826.10720-1-romain.garbage@inria.fr \
    --to=romain.garbage@inria.fr \
    --cc=72711@debbugs.gnu.org \
    --cc=ludovic.courtes@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).