Repository for building amber_phenix as a conda package
- clone this repository
- Extract amber_phenix-0.8 at the same level (e.g. "conda_amber_phenix" and "amber_phenix-0.8" are in the same directory)
- Create a conda-build environment
(
conda create -n build conda-build conda-verify
) - Activate conda-build environment
(
conda activate build
) - Build!
(
cd conda_amber_phenix/recipe; conda build .
)