-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I was trying to build numpy-quaddtype (from sdist from PyPi) for Pyodide using the pyodide skeleton pypi generated recipe. I'm having trouble with SLEEF since it requires SIMD (and just enabling -msimd128 in the CFLAGS doesn't help). I managed to patch the pyodide-build supplied Emscripten.cmake file to supply -msimd128 in the CMAKE_C_FLAGS. Still, SSE2 etc detection fails because it's trying to include some x86-specific header. My very naïve guess right now is that somewhere in the Pyodide -> Meson -> Ninja -> Cmake -> emcc stack something is lost about us cross-compiling to WASM?
cc @agriyakhetarpal and @SwayamInSync
Metadata
Metadata
Assignees
Labels
No labels