You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but should just rely on the {{ compiler('c') }} function to provide the correct compilers on windows. In particular, conda-forge has moved on to vs2019 as the default compiler a while ago already, and doesn't support 32-bit builds anymore.
If you think you need vs2017, please let us know why (generally vs2019 and vs2022 should be fully compatible). If it's really necessary, please use the dedicated mechanism in conda_build_config.yaml for that, i.e.
Hey all
This feedstock is directly specifying
vs2017_win-64
as a dependency,example-robot-data-feedstock/recipe/meta.yaml
Lines 17 to 24 in 138b26a
but should just rely on the
{{ compiler('c') }}
function to provide the correct compilers on windows. In particular, conda-forge has moved on to vs2019 as the default compiler a while ago already, and doesn't support 32-bit builds anymore.If you think you need vs2017, please let us know why (generally vs2019 and vs2022 should be fully compatible). If it's really necessary, please use the dedicated mechanism in
conda_build_config.yaml
for that, i.e.as opposed to specifying it in
meta.yaml
directlyThe text was updated successfully, but these errors were encountered: