AnacondaRecipes / aggregate

BSD 3-Clause "New" or "Revised" License
32 stars 43 forks source link

rust-gnu reorg #297

Closed cbouss closed 1 year ago

cbouss commented 1 year ago

Make rust and rust-gnu separate configuration. As most of the time we are adding extra code to skip the rust-gnu variant, this will result in simpler recipes. Most recipes will still use - {{ compiler('rust') }} while recipes needing the gnu variant will use - {{ compiler('rust-gnu') }}

Testing here: https://github.com/AnacondaRecipes/maturin-feedstock/pull/7

skupr-anaconda commented 1 year ago

IMO, we need a comment inside the cbc.yaml to explain the usage of these rust compilers (for future ourselves)