1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: Add gfortran 13.

* gnu/packages/gcc.scm (gfortran-13): New variable.

Change-Id: Idf9a35548a9a80251cc70154c7d70f5b3a316db9
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Romain GARBAGE 2024-08-19 15:07:56 +02:00 committed by Zheng Junjie
parent 4c49cd171e
commit 18431cb5ba
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1150,6 +1150,12 @@ as the 'native-search-paths' field."
(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