-
Notifications
You must be signed in to change notification settings - Fork 242
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
Python3 build fails with unknown argument: '-fp-model'
#860
Comments
more context here: |
Ouch! That should have been painful to discover. Taking care of it is definitely not a responsibility of a toolchain like (I'm changing the issue title, so it's more findable) The current workaround (before the change lands into CPython upstream) is to clean the |
unknown argument: '-fp-model'
Versions
Describe the bug
When building my PR #859 the Python 3.10 build fails and causes my checks to fail. I strongly believe this is due to the fact that the randomly generated compiler name contains "icc" and this is triggering the use of "-fp-model:strict" in the build flags.
Please have kivy-ios reject a compiler containing "icc" and just start over:
compiler:
/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyicccjzp
error:
To Reproduce
// REPLACE ME: Add your
toolchain.py ....
command or a complete explanation of what you did so We can reproduce your error.Expected behavior
// REPLACE ME: A clear and concise description of what you expected to happen.
Logs
Screenshots
Additional context
If it is no bother, please trigger new checks for my PR request.
The text was updated successfully, but these errors were encountered: