Releases: NOAA-EMC/NCEPLIBS
Version 1.4.0
We are pleased to announce the release of version 1.3.0 of NCEPLIBS.
NCEPLIBS is a collection of libraries that are required for several NCEP applications e.g. UFS, GSI, UPP, etc. For more information see https://github.com/NOAA-EMC/NCEPLIBS
New This Release
- Updated g2 to v3.4.5
- Updated wrf_io to v1.2.0
- Updated bufr to 11.5.0
Version 1.3.0
We are pleased to announce the release of version 1.3.0 of NCEPLIBS.
NCEPLIBS is a collection of libraries that are required for several NCEP applications e.g. UFS, GSI, UPP, etc. For more information see https://github.com/NOAA-EMC/NCEPLIBS
New This Release
-
Updated to NCEPLIBS-wgrib2-v2.0.8-cmake-v6 (see https://github.com/NOAA-EMC/NCEPLIBS-wgrib2).
-
Added NCEPLIBS-g2c-1.6.2 (see https://github.com/NOAA-EMC/NCEPLIBS-g2c).
-
Create wgrib2 executable with
USE_IPOLATES
andUSE_NETCDF4
-
Always build ip and ip2. Conflict with module names has been fixed.
v1.2.0
Added CHANGES.md
to track release notes
Re-factored and cleaned up CMake build for all libraries to create proper package configs and use imported targets
Removed -xHost
flag from some libraries which caused portability issues
Added user-settable flags through CMAKE_<LANG>_FLAGS
Fixed bug building with GCC 10 by ignoring compiler warnings related to mismatched argument types and boz formatting that were previously allowed in earlier version of GCC.
Fixed find_dependency
in some libraries to properly propagate OpenMP and MPI dependencies