Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion recipes/example-v1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# V1 recipe format

This recipe is an example of the v1 recipe format that was defined by [CEP 13](https://github.com/conda/ceps/blob/main/cep-13.md). The v1 recipe format is fully functional when built with rattler-build, but is not yet fully supported by conda-forge's automation.
This recipe is an example of the v1 recipe format that was defined by
[CEP 13](https://github.com/conda/ceps/blob/main/cep-0013.md) and
[CEP 14](https://github.com/conda/ceps/blob/main/cep-0014.md).
The v1 recipe format currently requires rattler-build as a build tool.

Conda-forge's infrastructure has seen a steady stream of effort to ensure things work as usual with v1 recipes.
As of late 2025, v1 recipes are integrated without any major restrictions. The biggest missing feature is the
lack of [support](https://github.com/conda/ceps/pull/102) for a shared build step between multiple outputs,
though this is not relevant for most recipes.

See https://github.com/conda-forge/conda-forge.github.io/issues/2308 for progress on general support for this new format.
Loading