Syntax to specify specific variant in requirements #5166
Labels
source::contributor
created by a frequent contributor
type::documentation
request for improved documentation
Checklist
What happened?
Hi,
I can't seem to find in the documentation how to specify requirements that need a specific variant
Are valid in environment files and in
conda install -c conda-forge "fftw[build=mpi_openmpi*]"
but not in meta.yaml's. It returnsUsing
{{ "fftw[build=mpi_openmpi*]" }}
returns the same issue so I don't think it's an issue with jinja substitution.Thank you
Additional Context
Steps to reproduce
conda skeleton pypi click # Add - fftw[build=mpi_openmpi*] to any of the requirements in the meta.yaml conda build click
Versions tested
The text was updated successfully, but these errors were encountered: