You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Boa is superseded by rattler-build.
It's a complete reimplementation of conda-build / boa in Rust and dramatically faster than conda-build and (even) boa.
This project is archived, no further public update will be made.
boa is a package builder for conda packages.
It largely re-uses the conda-build infrastructure, except for some parts. For example the 'solving stage' which, in Boa, is done using mamba, the fast conda-alternative. Learn more about mambahere.
We are also working towards a new "meta.yaml" format in the boa/cli/render.py source file. Read more about it here.
The new "meta.yaml" format is still a work-in-progress and might not work as expected.
The discussions about this new meta.yaml format take place here. We encourage you to participate.
The short-term goal for boa is to parse the new version spec, and produce a conda_build.MetaData class in Python that describes how to assemble the final package.
We have these tools included with boa:
conda mambabuild my_recipe_folder
This is equivalent to running conda build my_recipe_folder but using mamba as a solver.
boa render my_recipe_folder
"Render" a recipe. (Note that you must use the non-final v2 syntax. Check the recipes folder for examples.)