The goal is to use as many default conda packages as possible, and only build
things that are missing or that require some changes. These packages will reside
in the cctbx channel to avoid conflicts.
Channel resolution order will be used to prioritize CCTBX packages over default conda packages.
conda-forge channel dependencies:
- PySide2
Modify your ~/.condarc file so that it contains the following channels in
the following order.
channels:
- cctbx
- conda-forge
- defaults
Run conda install cctbx_dependencies
Alternatively, you can use the explicitly defined environments in
libtbx/conda_envs. These environments do not require the channels to be
set in your ~/.condarc file.