You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis_scripts/deps_install/install_common.sh
+35-34Lines changed: 35 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -69,41 +69,42 @@ if [[ $MPI != 'none' ]]; then export CC=${DEPS_DIR}/mvapich2-2.3b/bin/mpicc ;
69
69
# no MPI
70
70
if [[ $TRAVIS_OS_NAME=='linux'&&$MPI=='none' ]];then
71
71
# not UWLCM test - get boost from the repository
72
-
if [[ $TEST_SUITE!='UWLCM_MT'&&$TEST_SUITE!='UWLCM_unit_iles'&&$TEST_SUITE!='UWLCM_unit_smg' ]];then
73
-
sudo $apt_get_install boost1.61
72
+
# if [[ $TEST_SUITE != 'UWLCM_MT' && $TEST_SUITE != 'UWLCM_unit_iles' && $TEST_SUITE != 'UWLCM_unit_smg' ]]; then
73
+
sudo $apt_get_install boost1.61
74
+
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_python-py35.so /usr/lib/x86_64-linux-gnu/libboost_python3.so # different naming conventions for boost python with python 3
74
75
# UWLCM test without MPI - we need boost.python3 >=1.63(?) for libcloud bindings
0 commit comments