Skip to content

Commit

Permalink
We now need Boost headers to build with IMP
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 11, 2023
1 parent 45caf96 commit 65ececb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
python_version=$1

conda config --remove channels defaults # get conda-forge, not main, packages
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} pip scipy matplotlib imp-nightly gxx_linux-64 eigen cereal swig cmake
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} pip scipy matplotlib imp-nightly libboost-devel gxx_linux-64 eigen cereal swig cmake
eval "$(conda shell.bash hook)"
conda activate python${python_version}
pip install pytest-cov coverage

0 comments on commit 65ececb

Please sign in to comment.