Skip to content

Commit

Permalink
IMP stable release now works with SWIG 4.2
Browse files Browse the repository at this point in the history
This reverts commit d9aaf0a.
  • Loading branch information
benmwebb committed Jan 16, 2024
1 parent d9aaf0a commit 10928da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions support/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ conda config --remove channels defaults
conda config --add channels conda-forge
if [ ${imp_branch} = "develop" ]; then
IMP_CONDA="imp-nightly"
swig="swig"
else
IMP_CONDA="imp"
# IMP stable does not yet work with SWIG 4.2
swig="swig<4.2"
fi
if [ ${python_version} = "2.7" ]; then
BOOST=""
Expand All @@ -28,7 +25,7 @@ else
BOOST="libboost-devel"
pip="pip"
fi
conda create --yes -q -n python${python_version} -c salilab python=${python_version} ${pip} ${IMP_CONDA} ${BOOST} gxx_linux-64 eigen cereal ${swig} cmake numpy
conda create --yes -q -n python${python_version} -c salilab python=${python_version} ${pip} ${IMP_CONDA} ${BOOST} gxx_linux-64 eigen cereal swig cmake numpy
eval "$(conda shell.bash hook)"
conda activate python${python_version}

Expand Down

0 comments on commit 10928da

Please sign in to comment.