File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ sudo make install
1212cd ../..
1313
1414# making Python 2 back the default if needed - TODO: support Python3 in libcloudph++
15- if [[ $PY3DEB != ' ' ]]; then sudo update-alternatives --remove python /usr/bin/python3; fi
16- if [[ $PY3DEB != ' ' ]]; then sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 10; fi
15+ # if [[ $PY3DEB != '' ]]; then sudo update-alternatives --remove python /usr/bin/python3; fi
16+ # if [[ $PY3DEB != '' ]]; then sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 10; fi
1717
1818# libcloudph++'s dependencies
1919# if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo $apt_get_install libboost-python1.55-dev python-numpy; fi
20- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo $apt_get_install python-numpy; fi
20+ if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo $apt_get_install python3-numpy; fi
21+
2122if [[ $TRAVIS_OS_NAME == ' osx' ]]; then brew install boost-python; fi
2223
2324# odeint
You can’t perform that action at this time.
0 commit comments