NOAA-EMC / NCEPLIBS

Top level repo containing submodules for NCEPLIBS and associated dependencies for superproject builds
Other
42 stars 18 forks source link

release/public-v2: bugfix for recompiling #141

Closed climbfuji closed 3 years ago

climbfuji commented 3 years ago

When the NCEPLIBS make command is called more than once, it fails because emc_post's patch command exits with a status other than zero (because the patch has been applied beforehand). This PR fixes it.

climbfuji commented 3 years ago

error trapping too much?

Make it bullet proof. We should remember to fix this properly in the develop version of emc_post (by detecting gnu-10+ and setting the correct flags).