Skip to content

Commit 823ac55

Browse files
committed
travis: try to fix python3 in UWLCM tests 2
1 parent ac6fd38 commit 823ac55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis_scripts/UWLCM.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
3232
git clone --depth=1 git://github.com/thrust/thrust.git;

0 commit comments

Comments
 (0)