recipes icon indicating copy to clipboard operation
recipes copied to clipboard

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

Open DerThorsten opened this issue 1 year ago • 1 comments

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?

DerThorsten avatar Jul 08 '24 06:07 DerThorsten

I guess this would suiffce ? https://github.com/conda-forge/rust-feedstock/pull/213

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

anutosh491 avatar Sep 24 '24 05:09 anutosh491

@DerThorsten curious as to what work is left here !

anutosh491 avatar Feb 19 '25 06:02 anutosh491

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?

DerThorsten avatar Feb 19 '25 06:02 DerThorsten

Ahhh sorry my bad. I meant rust there

anutosh491 avatar Feb 19 '25 06:02 anutosh491

@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

DerThorsten avatar Feb 19 '25 07:02 DerThorsten