Skip to content

Commit

Permalink
travis: boost 1.53 is not needed (-std=c++0x did the trick on gcc 4.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukoethe committed Jan 28, 2014
1 parent 927d7d9 commit 5444e4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,7 @@ python:
- "2.7"

before_script:
- echo "yes" | sudo add-apt-repository ppa:apokluda/boost1.53
- sudo apt-get update
- sudo apt-get install --assume-yes libhdf5-serial-dev libboost-thread1.53-dev libboost-python1.53-dev libjpeg-dev libtiff4-dev libpng12-dev libfftw3-dev cmake
- sudo apt-get install --assume-yes libhdf5-serial-dev libboost-python-dev libjpeg-dev libtiff4-dev libpng12-dev libfftw3-dev cmake
- pip install nose
- pip install numpy

Expand Down

0 comments on commit 5444e4a

Please sign in to comment.