Releases: NOAA-EMC/CMakeModules
Releases · NOAA-EMC/CMakeModules
v1.3.0
What's Changed
- Remove REQUIRED keyword from find_package(MPI) by @MuellerSeb in #52
- Improve error handling in FindESMF.cmake by @DusanJovic-NOAA in #57
- Us nc-config as intended for static NetCDF by @climbfuji in #60
- Add Modules/FindSphinx.cmake by @climbfuji in #61
- Bug fix in Modules/FindPIO.cmake: double periods in shared library names by @climbfuji in #62
- Lets use the installed .setting file to gather version information for PIO. by @BrianCurtis-NOAA in #63
- Add find-package modules for GPTL, PnetCDF, udunits (unify JCSDA and EMC cmakemodules) by @climbfuji in #64
- Initialize variable so as not to keep appending. by @DJDavies2 in #66
- Revert "Initialize variable so as not to keep appending." by @climbfuji in #67
- Always remove duplicates from
NetCDF_LIBRARIES
list, not just for shared libraries by @climbfuji in #68
New Contributors
- @MuellerSeb made their first contribution in #52
- @BrianCurtis-NOAA made their first contribution in #63
- @DJDavies2 made their first contribution in #66
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
New this Release
-
Add module for finding PIO
-
Make NetCDF C++ target depend on NetCDF C
-
Search for MPI when NetCDF parallel is detected
-
Change warning to error if ESMF library is not found
-
Add version checking for ESMF
v1.1.0
Updated FindNetCDF
Bugfix to include FindPackageHandleStandardArgs
Create imported target for wgrib2
Better message reporting
v1.0.0
Initial release
Contains custom CMake Find modules to locate NCEPLIBS and related third-party libraries (ESMF, NetCDF, WGRIB2)