* [bug#72711] [PATCH] gnu: Add gfortran 13.
@ 2024-08-19 13:07 Romain GARBAGE
2024-08-28 5:57 ` bug#72711: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2024-08-19 13:07 UTC (permalink / raw)
To: 72711; +Cc: ludovic.courtes, Romain GARBAGE
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72711: [PATCH] gnu: Add gfortran 13.
2024-08-19 13:07 [bug#72711] [PATCH] gnu: Add gfortran 13 Romain GARBAGE
@ 2024-08-28 5:57 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-08-28 5:57 UTC (permalink / raw)
To: Romain GARBAGE; +Cc: ludovic.courtes, 72711-done
[-- Attachment #1: Type: text/plain, Size: 868 bytes --]
Romain GARBAGE <romain.garbage@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-28 5:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 13:07 [bug#72711] [PATCH] gnu: Add gfortran 13 Romain GARBAGE
2024-08-28 5:57 ` bug#72711: " Z572
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).