Skip to content

Commit

Permalink
Merge pull request #2822 from GEOS-ESM/hotfix/mathomp4/update-esma-cmake
Browse files Browse the repository at this point in the history
Update to ESMA_cmake v3.45.1 on main
  • Loading branch information
mathomp4 committed May 10, 2024
2 parents 609687a + 6cb3b09 commit df6786c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.46.1] - 2024-05-10

## Fixed

- Update `components.yaml` to avoid f2py error with python 3.11
- ESMA_cmake v3.45.1
- Fix bug in meson detection

## [2.46.0] - 2024-05-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()

project (
MAPL
VERSION 2.46.0
VERSION 2.46.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the possible values of build type for cmake-gui
Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ESMA_env:
ESMA_cmake:
local: ./ESMA_cmake
remote: ../ESMA_cmake.git
tag: v3.45.0
tag: v3.45.1
develop: develop

ecbuild:
Expand Down

0 comments on commit df6786c

Please sign in to comment.