-
Notifications
You must be signed in to change notification settings - Fork 25
Migrate build to meson-python from setuptools #446
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added abi.py to obtain the meson-python build folder. Added install_editable.sh to simplify installing the package in editable mode with verbose build information enabled for meson-python. Moved cython configuration to the root meson.build so it is shared across the project.
…inclusion in the build/built package.
…ted directories we discover in the future).
Removed oldest support numpy for now (until I can resolve why the build is having issues with it).
Added the ability to protect customised meson.build files from modification by the generator script. Added venv/ to .gitignore.
Merged
Member
Author
|
I'd like to get this merge train going so I'm going to push forward with getting this into development. We can address any issues from the development branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moving to meson-python to provide for a more flexible, modern build system. It provides the following benefits:
Meson requires meson.build files to be placed through-out the code base to direct the build process. To reduce the burden of managing these files, an automated meson.build generator has been developed: dev/generate_meson_files.sh. This builds meson.build files from two templates located within the dev folder.
The dev tools have been updated to support the new build backend.
TODO: provide a profiling build target