all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.