Skip to content

Emcc 6.0.5 configure patch - #640

Open
hoodmane wants to merge 18 commits into
pyodide:mainfrom
hoodmane:emcc-6.0.5-configure-patch
Open

hoodmane wants to merge 18 commits into
pyodide:mainfrom
hoodmane:emcc-6.0.5-configure-patch

Conversation

@hoodmane

@hoodmane hoodmane commented Aug 1, 2026

Copy link
Copy Markdown
Member

No description provided.

hoodmane added 18 commits July 28, 2026 22:36
Since emscripten 6.0.5 `-shared` produces a real side module by default,
so healpy's vendored cfitsio and libsharp are now real shared libraries
and `-lcfitsio` resolves to the .so rather than the .a. autoconf's
AC_CHECK_LIB declares the probed function itself as `char ffgnrwll
(void);`, which does not match the real prototype, and across a shared
library boundary wasm-ld promotes the signature mismatch from a warning
to an error, so healpix_cxx's configure fails with "could not find the
cfitsio library".

Prime autoconf's cache to skip the two affected probes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant