Baselibs 7.24.0
This release of Baselibs updates to ESMF 8.6.1b04, NCO 5.2.4, and curl 8.7.1. It also remove fortran_udunits2 and FLAP as libraries.
The change to ESMF is mainly to support changes needed by spack builds of MAPL. See:
NOTE: For Baselibs builds of GEOS, the ESMF CMake targets are fully overloaded with ALIASes so ESMF 8.6.1 can work in GEOS without either of those PRs. Those changes are for Spack builds of MAPL
From CHANGELOG.md
Updates
- ESMF v8.6.1b04
- NCO 5.2.4
- curl 8.7.1
Changed
- Changed all CMake builds to be "canonical" (
cmake -B build -S .
andcmake --build build
)
Removed
- fortran_udunits2
- Removed as MAPL now uses its own interface to UDUNITS2
- FLAP
- Removed as MAPL now uses fArgParse
What's Changed
Full Changelog: v7.23.0...v7.24.0