It is common to use a Jinja function to specify that a given package needs a C++ compiler...
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
However there does not seem to be a clear way to specify that a given recipe requires gcc9.
I am seeing the above resolve to gcc12 in conda-forge.
Does anyone know how to control this knob?