-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten Package Issue #1246
Comments
Looks like theres a |
Confirming that once pixi init is done, I can build ( or at least the build is in progress ) |
|
looks like the emscripten version is newer than the output. Seems that updating this version in the conda_build_config.yaml yields progress. Updating that allows the builds to proceed. c_compiler_version:
- if: emscripten
then:
- 3.1.58 // <---- was 3.1.45 |
Aaaaand built! Great! |
Looks like emscripten is in the processs of being upgraded. Just bad timing on my part. |
@zachcp actually the update to emscripten 3.1.58 should not yet be visible to users. |
@wolfv we could prevent these issues by also uploading the compiler packages for osx-arm64. |
Yes, it should be quite straightforward to build them in CI (especially since Github actions has the osx-arm64 runners these days). |
we should run this workflow also for mac https://github.com/emscripten-forge/recipes/blob/main/.github/workflows/build_recipes.yaml but only build the packages from the 'recipes/recipes' dir (and not 'recipes/recipes_emscrtipten' dir) |
I was following the instructions' on @wolfv 's great post and hit the following issue:
pixi run build-emscripten-wasm32-pkg ./recipes/recipes_emscripten/qhull # Cannot solve the request because of: No candidates were found for emscripten_emscripten-wasm32 3.1.45.*.
The text was updated successfully, but these errors were encountered: