Skip to content

Commit

Permalink
compiler.mac64.osx.gfo: use gfortran-14
Browse files Browse the repository at this point in the history
Homebrew now installs gcc/gfortran 14.
  • Loading branch information
dpo committed Jun 12, 2024
1 parent b51d09e commit da53460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.mac64.osx.gfo
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit da53460

Please sign in to comment.