This pull request changes the build system from the deprecated numpy.distutils to Meson. No changes to the actual module code have been made.
Additional information
The build files provided for Meson use numpy.f2py to compile the Fortran modules, which is the same tool that numpy.distutils uses under the hood and is not marked for deprecation.
Pull Requests
Please have a look the contribution guidelines.
Reference issue
This fixes issue #8.
Describe the changes
This pull request changes the build system from the deprecated numpy.distutils to Meson. No changes to the actual module code have been made.
Additional information
The build files provided for Meson use numpy.f2py to compile the Fortran modules, which is the same tool that numpy.distutils uses under the hood and is not marked for deprecation.