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

Use meson-python instead of setuptools #69

Open
5 tasks
awvwgk opened this issue May 20, 2022 · 0 comments
Open
5 tasks

Use meson-python instead of setuptools #69

awvwgk opened this issue May 20, 2022 · 0 comments
Labels
bindings: Python API Bindings for Python

Comments

@awvwgk
Copy link
Member

awvwgk commented May 20, 2022

Currently the Python bindings can be built with setuptools or meson, the latter is preferred since we have more control with meson over the build environment. For building the Python wheels we therefore use meson-python a PEP517 compliant build system wrapping meson.

Some upstream issues with preferably should be resolved first:

From our side we need to do some testing on MacOS, Windows and *BSD.

  • successful build on MacOS/x86_64
  • successful build on Windows
  • successful build on *BSD
@awvwgk awvwgk added the bindings: Python API Bindings for Python label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings: Python API Bindings for Python
Projects
None yet
Development

No branches or pull requests

1 participant