Merge pull request #1492 from ucb-bar/update-initial-repo

Force conda-lock to v1
This commit is contained in:
Abraham Gonzalez
2023-05-30 21:27:47 -07:00
committed by GitHub
4 changed files with 561 additions and 498 deletions

View File

@@ -93,7 +93,7 @@ dependencies:
- screen
- elfutils
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4 # from ucb-bar channel - using mainline libdwarf-feedstock
- conda-lock>=1
- conda-lock=1
# clang-format for driver coding style enforcement.
- clang-format

View File

@@ -46,7 +46,7 @@ This is done by the following:
.. code-block:: shell
conda install -n base conda-lock
conda install -n base conda-lock=1
conda activate base
.. Note:: We also recommended switching to `libmamba <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__ for much faster dependency solving.