NOAA-MDL / grib2io

Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.
https://noaa-mdl.github.io/grib2io
MIT License
30 stars 11 forks source link

Fix setup.py to properly find g2c include directory when using G2C_DIR #93

Closed EricEngle-NOAA closed 12 months ago

EricEngle-NOAA commented 1 year ago

The setup.py fails to define g2c_incdir when g2c is defined by env var G2C_DIR.

lboeman commented 1 year ago

Hello, while trying to install v2.0.0 I ran into this problem and looks like It it is fixed on master with commit: https://github.com/NOAA-MDL/grib2io/commit/8db08fa15babb957a0df90ab5c9d046a07e9262b .

EricEngle-NOAA commented 1 year ago

Yes. Apologies for this...its one of those small bugs that I thought I had ironed out in all scenarios.

EricEngle-NOAA commented 12 months ago

Fixed in v2.0.1