Skip to content
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

Support the Meson build system with meson-python #475

Open
paugier opened this issue Feb 6, 2024 · 0 comments
Open

Support the Meson build system with meson-python #475

paugier opened this issue Feb 6, 2024 · 0 comments

Comments

@paugier
Copy link
Contributor

paugier commented Feb 6, 2024

Numpy, Scipy and scikit-image now use the Meson build system through Meson-python.

It should be possible to use HPy with Meson so I guess there should be some HPy examples and tests using Meson (with a pyproject.toml file and meson.build files).

Note that it is standard to have build options passed to Meson via pip or build, so that one could do:

pip install . -v -C setup-args=-Dhpy-abi=universal

Meson has support for building Python extensions https://mesonbuild.com/Python-module.html#extension_module

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

No branches or pull requests

1 participant