Skip to content

Better build system #34

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

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Better build system #34

wants to merge 36 commits into from

Conversation

eliotwrobson
Copy link
Owner

Resolves #27. Switches build system to use Hatch and Meson instead of Poetry.

@eliotwrobson eliotwrobson added the enhancement New feature or request label Jan 6, 2025
@eliotwrobson eliotwrobson self-assigned this Jan 6, 2025
Comment on lines +1 to +3
# cython: language_level=3str
# distutils: language=c++
# distutils: define_macros=NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifying these manually isn't the best practice, these can be specified using meson. See how we set it up for SciPy here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide wheels for other platforms
2 participants