Commit Graph

6 Commits

Author SHA1 Message Date
Hood Chatham c76feab80f
Change wheel tag from emscripten to pyodide (#4777)
More specifically we went from emscripten_3_1_58_wasm32 to pyodide_2024_0_wasm32.
2024-05-21 12:30:01 -04:00
Hood Chatham 07a06070e0
Make sysconfigdata relocatable (#4573)
This replaces PYODIDE_ROOT with a variable in all places in the
sysconfigdata. It fixes out of tree numpy build.
2024-02-27 22:12:23 -08:00
Hood Chatham 7a7696bc0f
MAINT sysconfigdata updates split from #4435 (#4467) 2024-02-03 10:24:09 +09:00
Hood Chatham 060f1f4ba6
MAINT Use the patched version of setuptools-rust (#2735) 2022-06-20 09:28:19 +09:00
Hood Chatham dbbbbb67b2
Cryptography v36.0.2 w/ Rust (#2378) 2022-06-09 10:57:34 -07:00
Hood Chatham 2f4f258bb5
MAINT Use target sysconfigdata rather than host sysconfigdata when cross compiling (#2516)
sysconfig.py uses the environment variable `_PYTHON_SYSCONFIGDATA_NAME`
to decide where to look for the sysconfig data file with info about the compile target.
We also need to separately insure that our sysconfig data file is on the path. We
don't want the rest of our target stdlib on the path, so I made an extra sysconfigdata
folder, copied the sysconfig data into it, and put it on the path.
2022-05-29 18:59:10 -07:00