Add netcdf-fortran to MacOS homebrew build#211
Merged
Hallberg-NOAA merged 2 commits intoOct 11, 2022
Conversation
The latest homebrew `netcdf` package appears to no longer include netCDF Fortran headers and tools. This patch installs the new `netcdf-fortran` package which adds them back.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #211 +/- ##
=========================================
Coverage 37.20% 37.20%
=========================================
Files 262 262
Lines 72871 72871
Branches 13619 13619
=========================================
Hits 27112 27112
Misses 40743 40743
Partials 5016 5016 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hallberg-NOAA
approved these changes
Oct 11, 2022
Member
Hallberg-NOAA
left a comment
There was a problem hiding this comment.
This seems like a reasonable addition, and it should fix the problems with the MacOS version of the TC testing.
adcroft
pushed a commit
to adcroft/MOM6
that referenced
this pull request
Dec 7, 2022
Merge with latest main (2022 feb17)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest homebrew
netcdfpackage appears to no longer include netCDF Fortran headers and tools. This patch installs the newnetcdf-fortranpackage which adds them back.