Migrate from numpy.distutils to meson
vnmanoharan opened this issue · 1 comments
vnmanoharan commented
numpy.distutils
, which we use to build the Fortran extensions and handle packaging, is now deprecated. SciPy
is now using meson
and we should probably do the same.
Useful background:
vnmanoharan commented
meson
build is now in develop (see #434) and is working on Linux and Windows. Needs to be tested on other platforms.