NOAA-EMC / NCEPLIBS-gfsio

Other
1 stars 4 forks source link

release/public-v1: add flags to compile with gfortran-10 #14

Closed climbfuji closed 4 years ago

climbfuji commented 4 years ago

gfortran-10 is much stricter than previous versions of gfortran. This PR adds flags to compile the code with fortran-10 to the release/public-v1 branch. Unfortunately, due to the way the release/public-v1 builds are set up, this needs to be done for each of the NCEPLIBS-* directories that need the additional flags.

Tested to work on macOS with gfortran-10.2.0. Tested to have no impact on machines with Intel compilers or older GNU compilers.