You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 andmeson.build
files).Note that it is standard to have build options passed to Meson via
pip
orbuild
, 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
The text was updated successfully, but these errors were encountered: