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
Copy file name to clipboardExpand all lines: src/maintainer/conda_forge_yml.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ conda_install_tool
293
293
Use this option to choose which tool is used to provision the tooling in your feedstock.
294
294
Currently allowed options are:
295
295
296
-
- ``conda``: Vanilla ``conda install ...`` with no explicit solver configuration. Note that it will still respect the value configured in :ref:`conda_solver`, if any.
296
+
- ``conda``: ``conda install ...``. You can change which solver to use via :ref:`conda_solver`.
297
297
- ``mamba``: ``mamba install ...`` as provided by the `mamba project <https://github.com/mamba-org/mamba>`__. ``conda_solver`` has no effect here.
298
298
299
299
.. _conda_solver:
@@ -302,7 +302,8 @@ conda_solver
302
302
------------
303
303
304
304
Choose which ``conda`` solver plugin to use for feedstock builds.
305
-
The default is ``libmamba``. Other values include ``classic``.
305
+
Note this configuration might :ref:`conda_build_tool` (e.g. when set to ``conda-build``)
306
+
and :ref:`conda_install_tool` (e.g. when set to ``conda``).
0 commit comments