Skip to content
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

add wasm32-unknown-emscripten to the conda-forge build of rust #1167

Open
DerThorsten opened this issue Jul 8, 2024 · 5 comments
Open

add wasm32-unknown-emscripten to the conda-forge build of rust #1167

DerThorsten opened this issue Jul 8, 2024 · 5 comments

Comments

@DerThorsten
Copy link
Contributor

The rust build from conda-forge is missing the wasm32-unknown-emscripten-target. Therefore we cannot use the package as it is for emscripten-forge and need to maintain our own recipe.

Potential difficulties /problem:

  • (some?) python packages with rust extensions required rust-nighty to be used over non nightly builds, but that
    might not be relevant.
  • Are all rust compilers working with any emscripten version we are using?
@anutosh491
Copy link
Collaborator

I guess this would suiffce ?
conda-forge/rust-feedstock#213

Can get rid of the R recipe if that's the next step here

@anutosh491
Copy link
Collaborator

@DerThorsten curious as to what work is left here !

@DerThorsten
Copy link
Contributor Author

I guess this would suiffce ? conda-forge/rust-feedstock#213

Can get rid of the R recipe if that's the next step here

Wait ? R or Rust?

@anutosh491
Copy link
Collaborator

Ahhh sorry my bad. I meant rust there

@DerThorsten
Copy link
Contributor Author

@anutosh491 best would be to just try it out. If the conda-forge recipe is able to compile the rust packages here, we can get rid of our own recipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants