Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 852 Bytes

Repository for building CCTBX and dependencies as conda packages

https://anaconda.org/cctbx

https://github.com/cctbx

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

Installation

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.