NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
181 stars 139 forks source link

Add -std=legacy to macros to support gnu >= 10.0.1 #524

Closed rcabell closed 4 years ago

rcabell commented 4 years ago

TYPE: enhancement

KEYWORDS: gfortran, gnu

SOURCE: Ryan@NCAR

DESCRIPTION OF CHANGES: Add -std=legacy flag to macros.mpp.gfort to support gfortran >= 10.0.1

ISSUE:

Fixes #523 "Build fails with gfortran >= 10.0.1"
rcabell commented 4 years ago

Should this go to v5.2.x instead of master? Otherwise looks good

It'll go in both when it's finally approved.