Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
Update patch for ax_c_float_words_bigendian.m4#34
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update patch for ax_c_float_words_bigendian.m4#34
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The original patch:autoconf-archive/autoconf-archive#279broke endianness detection on Emscripten. This was fixed in this followup:autoconf-archive/autoconf-archive#316We also have worked around the problem by adjusting `configure.ac` in the Pythonrepo to handle this case:python/cpython#126387But it's useful for us to use the upstream autoconf-archive detection so that wecan be completely sure that the fix works in practice.
Apologies for the double post (with#33). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
FTR, I started a new release:https://github.com/python/cpython-devcontainers/actions/runs/11786316759 |
…nf-archivePulls in the updated docker container from this PR:python/cpython-devcontainers#34which contains the autoconf-archive PR:autoconf-archive/autoconf-archive#316I removed the workaround from configure.ac, regenerated everything, and manuallytested that the fix works.
…nf-archivePulls in the updated docker container from this PR:python/cpython-devcontainers#34which contains the autoconf-archive PR:autoconf-archive/autoconf-archive#316I removed the workaround from configure.ac, regenerated everything, and manuallytested that the fix works.
Uh oh!
There was an error while loading.Please reload this page.
The original patch:
autoconf-archive/autoconf-archive#279 broke endianness detection on Emscripten. This was fixed in this followup:autoconf-archive/autoconf-archive#316
We also have worked around the problem by adjusting
configure.ac
in the Python repo to handle this case:python/cpython#126387
But it's useful for us to use the upstream autoconf-archive detection so that we can be completely sure that the fix works in practice.
cc@erlend-aasland