-
Notifications
You must be signed in to change notification settings - Fork 119
[Draft] Build with meson-python backend
#431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
===========================================
- Coverage 75.02% 63.37% -11.65%
===========================================
Files 22 22
Lines 3331 3331
===========================================
- Hits 2499 2111 -388
- Misses 832 1220 +388 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It appears the build of IPOPT bindings (and therefore the tests) are currently skipped on the linux builds. Need to resolve. (This is in addition to SNOPT & NLPQLP, but I guess those are skipped because they are proprietary.) |
|
Superseded by #433 |
Purpose
Build with meson-python backend.
This simplifies the build system, allowing for removal of nearly all code in
setup.py, which is now replaced withpyproject.toml. In addition, themeson.buildfiles are cleaned up where possible, and updated to use the latest helpful patterns from scipy's meson files.TODO:
Expected time until merged
Type of change
Testing
Existing tests.
Checklist
flake8andblackto make sure the Python code adheres to PEP-8 and is consistently formattedfprettifyor C/C++ code withclang-formatas applicable