fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
94 stars 20 forks source link

Use meson-python instead of setuptools #69

Open awvwgk opened 2 years ago

awvwgk commented 2 years ago

Currently the Python bindings can be built with setuptools or meson, the latter is preferred since we have more control with meson over the build environment. For building the Python wheels we therefore use meson-python a PEP517 compliant build system wrapping meson.

Some upstream issues with preferably should be resolved first:

From our side we need to do some testing on MacOS, Windows and *BSD.