From 411eb6caba9596002061609df2d78c0a5ca2f5a2 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Sat, 7 Oct 2023 23:13:15 -0700 Subject: [PATCH] IMP conda package no longer pulls in Boost headers --- support/setup_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/setup_travis.sh b/support/setup_travis.sh index 1dc04f3..80ee10a 100755 --- a/support/setup_travis.sh +++ b/support/setup_travis.sh @@ -18,7 +18,7 @@ conda config --add channels conda-forge if [ ${imp_branch} = "develop" ]; then IMP_CONDA="imp-nightly" else - IMP_CONDA="imp" + IMP_CONDA="imp libboost-devel" fi cd ${temp_dir}