Comment:
I am not sure which one is correct, but I noticed an inconsistencies between mamba and this repo. This repo supports x86_64_v3 as possible microarchitecture, but the __archspec value reported by mamba is instead x86_64-v3 (the difference is last underscore that is a dash), see:
As a consequence of this, the packages in this feedstock can't be installed via mamba/micromamba.
Related issue on the mamba side: mamba-org/mamba#3222 .
fyi @conda-forge/microarch-level
Comment:
I am not sure which one is correct, but I noticed an inconsistencies between
mambaand this repo. This repo supportsx86_64_v3as possible microarchitecture, but the__archspecvalue reported by mamba is insteadx86_64-v3(the difference is last underscore that is a dash), see:microarch-level-feedstock/recipe/conda_build_config.yaml
Line 15 in 1b446db
As a consequence of this, the packages in this feedstock can't be installed via mamba/micromamba.
Related issue on the mamba side: mamba-org/mamba#3222 .
fyi @conda-forge/microarch-level