Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

@rth This PR is mostly for [BrowserStack Open Source Sponsorship](https://www.browserstack.com/open-source), but I added jsDelivr as well, as IIRC we sometimes ask jsDelivr to handle Pyodide-specific requests. I wonder if we...

Yeah, obviously Circle CI is offering more credits than the free tier. I am not sure if they had something like open-source sponsorship program that we'd applied.

I see. Thanks for the explanation!

After mounting [a local file system into Pyodide](https://github.com/pyodide/pyodide/discussions/5070#discussion-7169869), you can use `emfs://` prefix to install packages from the local file system. ```python import micropip # assuming that the wheel exists...

I think you can catch warnings. ```python import warnings with warnings.catch_warnings(): warnings.simplefilter("ignore") import your_package ```

Is it actually related to RPATH? It looks like the problem is happening in the linking stage not in runtime.

> cc @ryanking13 who usually fixes the cmake problems in Pyodide. FWIW, what Pyodide does to tackle with shared libraries + CMake is to write a separate Cmake toolchain file...

sisl is disabled and not tested right now because one of its dependencies is disabled. So, I think we need to wait until we enable other packages.

Hi, we have moved the package recipes to [pyodide/pyodide-recipes](https://github.com/pyodide/pyodide-recipes). If you are still interested in this PR, please open it in that repository. Thanks!

Thanks @MarcoGorelli. The CI error is not related to your PR (it is related to scipy), but I re-ran the CI to see if it is flaky.