File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ cd ../..
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 python3-numpy; fi
21-
22- if [[ $TRAVIS_OS_NAME == ' osx' ]]; then brew install boost-python; fi
20+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo $apt_get_install python3-numpy; fi
21+ #
22+ # if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew install boost-python; fi
2323
2424# odeint
25- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then git clone --depth=1 https://github.com/boostorg/odeint.git; fi # get boost odeint > 1.58
26- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo rm -f /usr/include/boost/numeric/odeint.hpp; fi
27- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo rm -rf /usr/include/boost/numeric/odeint; fi
28- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo ln -s ` pwd` /odeint/include/boost/numeric/odeint.hpp /usr/include/boost/numeric/odeint.hpp; fi
29- if [[ $TRAVIS_OS_NAME == ' linux' ]]; then sudo ln -s ` pwd` /odeint/include/boost/numeric/odeint /usr/include/boost/numeric/; fi
25+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then git clone --depth=1 https://github.com/boostorg/odeint.git; fi # get boost odeint > 1.58
26+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo rm -f /usr/include/boost/numeric/odeint.hpp; fi
27+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo rm -rf /usr/include/boost/numeric/odeint; fi
28+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo ln -s `pwd`/odeint/include/boost/numeric/odeint.hpp /usr/include/boost/numeric/odeint.hpp; fi
29+ # if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo ln -s `pwd`/odeint/include/boost/numeric/odeint /usr/include/boost/numeric/; fi
3030
3131# newest thrust
3232git clone --depth=1 git://github.com/thrust/thrust.git;
You can’t perform that action at this time.
0 commit comments