-
Notifications
You must be signed in to change notification settings - Fork 27
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 for wheels #129
Use meson-python instead of setuptools for wheels #129
Conversation
That bug is described in mesonbuild/meson#12401. It will be resolved somehow before Python 3.13 is released so it is not a significant problem. |
Okay, this is working on Windows now. It is still not working with |
Since GitHub did not create the automatic back-reference this is where the rest of the discussion happened about these changes: mesonbuild/meson-python#602 |
I've opened another discussion in meson-python about editable installs on OSX: mesonbuild/meson-python#604 |
1603f11
to
46fe647
Compare
The main outstanding problem here is just that building with |
I can confirm that fixing the Flint 3.0.1 flint.pc pkgconfig file fixes this problem. The question then is just whether python-flint should drop support for |
This is just for wheel building for now and not building the dependencies.
Currently this works except on Windows and also there is a bug with meson-python and python 3.13.