-
Notifications
You must be signed in to change notification settings - Fork 54
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
Possibly misleading warning about including ninja in build-system.requires
#953
Comments
This looks like it might be a bug. Any special setup on your system? I can try it soonish. Also, if you enable logging, it should tell you if it finds ninja. |
Ah, got it. You have the default |
I think maybe that is backwards? I have The |
Yes, the option would allow to fallback to |
The behavior I would like to achieve is:
My understanding is that my current configuration already achieves this because:
Do I have all that correct? |
My
pyproject.toml
(full source) contains the following lines in thebuild-system
section:I also have the following in the
sckit-build
section:When running
pip wheel --verbose
, I always see the following warnings:The warning about ninja appears to be incorrect though, since removing it from
build-system.requires
breaks the build with:It would be good to get clarification on this point - is ninja required in
build-system.requires
? Maybe the warning is incorrect.The text was updated successfully, but these errors were encountered: