Closed tcaduser closed 1 year ago
more context here: https://gitlab.kitware.com/paraview/paraview/-/issues/20872
Ouch! That should have been painful to discover. However, there's a pending PR on CPython upstream (where this fix belongs): https://github.com/python/cpython/pull/96399
Taking care of it is definitely not a responsibility of a toolchain like kivy-ios
.
(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 hostpython3
or python3
build and try again.
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.