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

build with meson #14

Open EricEngle-NOAA opened 3 weeks ago

EricEngle-NOAA commented 3 weeks ago

In Python 3.12, the disutils module was removed which makes building grib2io-interp using numpy's disutils.Extension for Fortran no longer viable.

So we will attempt to build grib2io-interp using meson.

EricEngle-NOAA commented 3 days ago

Some useful information: https://numpy.org/doc/stable/f2py/buildtools/meson.html