Gyeongjae Choi
Gyeongjae Choi
Yeah, probably. I wish there was a good way to manage bot accounts other than sharing the raw password, but I'm not sure. The required GitHub token seems already registered...
I see. Then, could you send the bot account's credentials to my email ([email protected])?
> CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". Is `make` or `ninja` installed in the system?
> but inside .temp_env/client_env/lib/python3.11/site-packages/pyodide_build/tools there is no cmake available only one file is available pyo3_config.ini Oh, yeah, that issue has been resolved, but I didn't make a release yet (https://github.com/pyodide/pyodide/pull/4223)....
You need to remove the xbuildenv installd from pyodide-build 0.24.1, which is incompatible with other versions. Check if there is `.pyodide-xbuildenv` in the repository and remove it. ``` rm -r...
The problem is that onnxruntime builds `protoc` executable during the build process and use it to compile proto files. But since we are cross compiling, the protoc executable is not...
Could you check the build log if it is still using protoc.js? If so, I think you need to ask to onnx-runtime devs how you can use custom protoc when...
Thanks for the analysis and opening the discussion @rth! This is a really interesting topic and something we should think about. > find all duplicate functions This should be important...
Oh, thanks for the ping @hoodmane. I must have missed this issue. > In the file pypabuild.py which is the modified pypa/build used by pyodide-build, there is a function remove_avoided_requirements...
Thanks for the report @ksjogo! I think we need to change the gfortran linker to not point to the native `ld` but to point `ld` wrapper. I'll see if I...