-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CMakeLists.txt: set minimum cmake version to 3.18 #611
Conversation
All in the title. Resolves #610
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@climbfuji Can you direct this commit to the develop
branch instead of the main branch please?
May I ask why? This is intended to go in asap instead of waiting for the lengthy process of validating the capgen changes. It's a simple fix needed for UFS (and other models will benefit from it). I can easily cherry-pick the commit and create a parallel PR for develop if you think that is helpful/more in line with the (not-yet-finalized) development workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@climbfuji Sorry, I had assumed the target of main
was unintentional, since this didn't seem to be an urgent bug fix. I'll add an item to today's agenda to discuss PRs directly to main, since we don't currently cover that in our development rules.
@climbfuji at today's meeting we decided to go ahead and merge this PR as-is, but we'll need to have a discussion about the protocol for making commits directly to |
Technically speaking we should have tested this with the UFS (combine with their next PR), but ok. @DusanJovic-NOAA Can you update the ccpp-framework submodule pointer in your next PR, please? Or in any other PR that involves fv3atm that goes in next. Thanks very much. Looking forward to the "merge to main" discussion. This is going to happen more often, because |
All in the title. Resolves #610
User interface changes?: No
Fixes: #610
Testing: only CI testing needed
Related to NCAR/ccpp-physics#1101