Gyeongjae Choi
Gyeongjae Choi
Thanks, @hoodmane. It looks like the pandas patch is still needed?
I still don't understand what [the log](https://github.com/pyodide/pyodide/runs/7725790795?check_suite_focus=true#step:9:108) > 0 is not a valid OpCode means, and how it is (possibly) releated to the test failures.
> So when we tried to update to 3.1.15, it broke building of xgboost and opencv. When we tried 3.1.15, xgboost and opencv built, but it was the test that...
I did some binary search among commits in `emscripten-releases` which emsdk uses, and the error happened after this commit: https://chromium.googlesource.com/emscripten-releases/+/c3f55f5c179c073c569684a0640727edb7c5d10e. However, that commit itself includes 24 commits of `llvm-project`... (sigh)...
> Now `scipy.linalg` is failing with: > > ``` > Error: bad export type for `gk_cur_jbufs`: undefined > ``` `suitesparse` seems failing.
``` [LinkError: WebAssembly.instantiate(): Import #77 module="env" function="mktime" error: imported function does not match the expected type] ``` It seems like the error is related to the 64bit `time_t` update and...
It looks like it is building now except for minor test failures.
> I don't think we should load all dynamic libraries globally. What if two of them define the same symbol? Does it not work to use the `shared` flag to...
Opened a separate issue about the `reboundx` failure: #2960
It is linked to https://github.com/willingc/pyodide/. (https://readthedocs.org/projects/test-pyodide/) Maybe we need to ask her.