Skip to main content

Feedstock settings

When conda-smithy rerenders the contents of the feedstock, it takes into account different sources of configuration:

  • conda-forge.yml
  • recipe/conda_build_config.yaml
  • recipe/meta.yaml (only the skip: true lines)
  • .ci_support/migrations/* (added by the autotick bot)
caution

Outside recipe/, the only file you are supposed to edit is conda-forge.yml. Everything else is automatically managed!

conda-forge.ymlโ€‹

WIP. Refer to conda_smithy.configure_feedstock._load_forge_config() in the meantime.

conda_build_config.yamlโ€‹

This file is normally used by conda-build. It defines how to generate the different variants, among other things. Feel free to consult the conda-build docs for more details. On conda-forge, we only need to know about these entries:

# TODO WIP

Migration filesโ€‹

# TODO WIP