From 1c79f77a571f4538a78319567c7f0159242b8831 Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Fri, 7 Apr 2023 09:32:35 +0200 Subject: [PATCH] gfortran 10 is default --- glicid/packages/gcc.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/glicid/packages/gcc.scm b/glicid/packages/gcc.scm index 8ec7511..bb83ff2 100644 --- a/glicid/packages/gcc.scm +++ b/glicid/packages/gcc.scm @@ -42,19 +42,21 @@ fortran, as well as libc (headers and binaries, plus debugging symbols in the @code{debug} output), and binutils."))) -(define-public gfortran-10 - (hidden-package (custom-gcc gcc-10 "gfortran" +;; gfortran@10 and gfortran-toolchain@10 are defaults + +;(define-public gfortran-10 +; (hidden-package (custom-gcc gcc-10 "gfortran" '("fortran") %generic-search-paths))) -(define-public gfortran-toolchain-10 - (package - (inherit (make-gcc-toolchain gfortran-10)) - (synopsis "Complete GCC tool chain for fortran lang development") - (description - "This package provides a complete GCC tool chain for - fortran lang development to be installed in user profiles. This includes - fortran, as well as libc (headers and binaries, plus debugging symbols - in the @code{debug} output), and binutils."))) +;(define-public gfortran-toolchain-10 +; (package +; (inherit (make-gcc-toolchain gfortran-10)) +; (synopsis "Complete GCC tool chain for fortran lang development") +; (description +; "This package provides a complete GCC tool chain for +; fortran lang development to be installed in user profiles. This includes +; fortran, as well as libc (headers and binaries, plus debugging symbols +; in the @code{debug} output), and binutils."))) (define-public gfortran-9