Skip to content

Commit 7a5c70e

Browse files
authored
Build with latest SWIG
IMP and RMF packages now are tagged with the SWIG runtime version, so we don't need to restrict our builds to an older SWIG.
1 parent 77dde6b commit 7a5c70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ ${imp_branch} = "develop" ]; then
1818
else
1919
IMP_CONDA="imp"
2020
fi
21-
conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} libboost-devel gxx_linux-64 eigen cereal swig==4.3 cmake numpy
21+
conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} libboost-devel gxx_linux-64 eigen cereal swig cmake numpy
2222
eval "$(conda shell.bash hook)"
2323
conda activate python${python_version}
2424

0 commit comments

Comments
 (0)