stammler / dustpy

Python Package for Modelling Dust Evolution in Protoplanetary Disks.
GNU General Public License v3.0
21 stars 11 forks source link

Use meson build system #9

Closed leon-alex closed 1 year ago

leon-alex commented 1 year ago

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.