NOAA-EMC / NCEPLIBS-grib_util

This is a collection of NCEP GRIB related utilities.
Other
21 stars 11 forks source link

require w3emc-2.9.3 or better #215

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

There was a bug-fix in w3emc-2.9.3 which is required for some new tests to pass (see https://github.com/NOAA-EMC/NCEPLIBS-grib_util/pull/203).

Let's make CMake require 2.9.3 instead of 2.9.2. This way we know we always have the bug fix and can always run the tests.

There is currently a 2.10.0 release of w3emc.

Fixes #216