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


Message #10 received at 72711-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Romain GARBAGE <romain.garbage <at> inria.fr>
Cc: ludovic.courtes <at> inria.fr, 72711-done <at> debbugs.gnu.org
Subject: Re: [bug#72711] [PATCH] gnu: Add gfortran 13.
Date: Wed, 28 Aug 2024 13:57:15 +0800
[Message part 1 (text/plain, inline)]
Romain GARBAGE <romain.garbage <at> inria.fr> writes:

> * 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

push, close.
[signature.asc (application/pgp-signature, inline)]

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.