From da53460ffbf90fd0a24ecfd34f13153962a86da8 Mon Sep 17 00:00:00 2001 From: Dominique Date: Wed, 12 Jun 2024 15:48:11 -0400 Subject: [PATCH] compiler.mac64.osx.gfo: use gfortran-14 Homebrew now installs gcc/gfortran 14. --- compiler.mac64.osx.gfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.mac64.osx.gfo b/compiler.mac64.osx.gfo index a9cb0fd..093e6b6 100644 --- a/compiler.mac64.osx.gfo +++ b/compiler.mac64.osx.gfo @@ -3,7 +3,7 @@ # Fortran compilation and loading # -FORTRAN='gfortran-13' +FORTRAN='gfortran-14' BASIC='-c -fPIC -fno-second-underscore -flat_namespace -cpp' MBASIC='-fPIC -fno-second-underscore -flat_namespace -cpp' I8='-finteger-4-integer-8'