Skip to content

Commit

Permalink
Merge pull request #357 from GEOS-ESM/feature/mathomp4/update-changel…
Browse files Browse the repository at this point in the history
…og-199

Update changelog for 1.9.9 release
  • Loading branch information
sdrabenh authored Oct 3, 2024
2 parents bbc0d48 + 94c4711 commit c935d78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

### Removed

## [1.9.9] - 2024-10-03

### Changed

- Update ESMF CMake target to `ESMF::ESMF`
- Update `n4zip` with long option for non-alphabetical sorting

### Fixed

- Declare `main` in `makdep.c` as `int` to satisfy gcc 14

### Removed

## [1.9.8] - 2024-07-31

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ( NOT HERMES_LIGHT )
GMAO_perllib
GMAO_transf
GMAO_stoch

GEOS_Pert
GMAO_mfhdf3
GMAO_gfioeos
Expand All @@ -26,17 +26,17 @@ if ( NOT HERMES_LIGHT )
GMAO_iret
GMAO_pyobs
GMAO_radmon

GMAO_ncdiag
arpack
pnagpack
)

# Special case - GMAO_gfio is built twice with two different precisions.
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/GMAO_gfio)
add_subdirectory (GMAO_gfio GMAO_gfio_r4)
add_subdirectory (GMAO_gfio GMAO_gfio_r8)
add_dependencies (GMAO_gfio_r4 GMAO_gfio_r8)
endif ()

endif()

0 comments on commit c935d78

Please sign in to comment.