NOAA-MDL / grib2io-interp

Interpolation component for grib2io interfacing to the NCEPLIBS-ip library
https://noaa-mdl.github.io/grib2io-interp/
MIT License
2 stars 2 forks source link

FEAT: Have 'find_library' search through LD_LIBRARY_PATH, if set. #8

Open TimothyCera-NOAA opened 6 months ago

TimothyCera-NOAA commented 6 months ago

Rework find_library to support Windows and on Linux/Unix search through LD_LIBRARY_PATH.

EricEngle-NOAA commented 5 months ago

Why are dropping support for Python 3.8 on macOS?

I updated main today to support NCEPLIBS-ip v5.0.0 which includes a find_library update (same one from grib2io).

TimothyCera-NOAA commented 5 months ago

Temporarily dropped macos Python 3.8 to make sure all the other macos versions worked. I realized after that I could have turned off fast_fail, but definitely 3.8 will be available for macos.