From 65ececb561efd812e4b5ab8fcd4ad9253386c887 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 11 Oct 2023 13:27:38 -0700 Subject: [PATCH] We now need Boost headers to build with IMP --- tools/setup_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_ci.sh b/tools/setup_ci.sh index eb2ffc17..8fa725ea 100755 --- a/tools/setup_ci.sh +++ b/tools/setup_ci.sh @@ -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