Closed
Description
This is ongoing work involving many PRs, so I'll aggregate them here so we can track the items:
- Add mamba and conda-libmamba-solver to Miniforge (Mambaforge is now identical) miniforge#277
-
Allow condasolver
configuration, withlibmamba
as default conda-forge-ci-setup-feedstock#275 - refactor build_with_mambabuild bool with conda_build_tool choice conda-smithy#1732
- Implement
conda_install_tool
to let users choose{conda,mamba} install
conda-smithy#1762 - Follow up for
conda_install_tool
andconda_solver
settings conda-smithy#1768 - Document
conda_build_tool
,conda_install_tool
andconda_solver
#2003 - Bring over latest changes in conda-smithy (mostly conda-libmamba-solver) staged-recipes#23926
The end result is:
- Miniforge ships
conda-libmamba-solver
conda-forge.yml
allows three new options:conda_solver
, defaults toNone
(it uses whatever is default inconda
)conda_install_tool
, defaults tomamba
conda_build_tool
, defaults tomambabuild
This means that in the current state, conda-libmamba-solver
won't be in use yet. But users can easily opt-in by reconfiguring conda_install_tool
and conda_build_tool
. After testing for a couple weeks I think we can roll it out generally.
Metadata
Metadata
Assignees
Labels
No labels