NOAA-EMC / wgrib2

Provides functionality for interacting with, reading, writing, and manipulating GRIB2 files.
12 stars 8 forks source link

Find netCDF through cmake and remove netCDF tarball from repo #105

Closed edwardhartnett closed 2 months ago

edwardhartnett commented 3 months ago

Fixes #69

edwardhartnett commented 3 months ago

This is failing to build like this:

In file included from /home/runner/work/wgrib2/wgrib2/wgrib2/wgrib2/wgrib2.h:13,
                 from /home/runner/work/wgrib2/wgrib2/wgrib2/wgrib2/Config.c:6:
/home/runner/work/wgrib2/wgrib2/wgrib2/wgrib2/config.h:5: warning: "USE_NETCDF4" redefined
    5 | #define USE_NETCDF4
      | 
<command-line>: note: this is the location of the previous definition

@webisu I forgot to ask you about this at the meeting...