-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[dev] Add patches for WASM support #58
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
-DLLVM_DEFAULT_TARGET_TRIPLE=wasm32-unknown-emscripten \ | ||
-DLLVM_TARGETS_TO_BUILD=WebAssembly \ | ||
-DLLVM_ENABLE_PROJECTS="clang;flang;mlir" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To understand, you want to build a compiler that runs on linux and compiles for emscripten? Not sure if our clang already supports that target; in any case, building clang/flang/mlir in the same feedstock will almost certainly time out.
We'll need to come up with a larger-scale plan for how we want to support wasm/emscripten in conda-forge, but as an experiment, I could imagine pushing this into a separate label conda-forge/label/llvm_<...>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you want to build a compiler that runs on linux and compiles for emscripten?
Exactly.
I don't think it's necessary to rebuild clang. Emscripten uses clang internally.
For pushing to a new label, could I make the changes in this PR or should that be separate?
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.07.16.07.04.17
…, and conda-forge-pinning 2024.07.16.07.04.17" This reverts commit c47debe.
Hi! I'm not sure why this is failing when it passed before and there are no changes... |
The linux failures I'm not sure about, but the windows builds time out on this feedstock quite regularly unfortunately. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)