v11: Update to MAPL 2.51.1, ESMA_cmake 3.55.0 #855
Merged
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.
This PR updates GEOSgcm to MAPL 2.51.1 and ESMA_cmake 3.55.0. All tests show this to be zero-diff.
The MAPL update has many changes and updates, but the main reason is it allows for GEOS-ESM/GEOSgcm_GridComp#1022 to be taken. The 2.51.1 has a bug-fix from @atrayano
We also move to ESMA_cmake v3.55.0 as well. This is actually also done in #804 , but as that is a non-zero-diff PR, we can get it in faster here. The new ESMA_cmake has updates for Python 3.12 as well as running
mepo status
at build time and capturing this output.We also update the minimum CMake version needed to 3.24 (needed for the Python 3.12 support)