Skip to content

Commit

Permalink
Add h5py & numpy to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Feb 10, 2015
1 parent da489ec commit e2a9ec4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ before_script:
- lsb_release -a
- echo "$SRC"
- ls -hal $SRC
- ls -hal /usr/include
# PPA providing hdf5 >= 1.8.6 and OpenMPI >= 1.5.1
# -> remove legacy hdf5 and mpi packages/deps from travis
- sudo apt-get remove -qq libhdf5* libopenmpi* openmpi-bin
Expand All @@ -58,4 +59,10 @@ before_script:
- sudo apt-get install -qq -f libboost-program-options-dev
- sudo apt-get -t o=LP-PPA-james-page-openmpi install -q -f $APTMPI
- sudo apt-get -t o=LP-PPA-axel-huebl-libsplash install -q -f $APTHDF5
- sudo apt-get install python-numpy cython
- sudo -H pip install --upgrade pip
# numpy and cython should be already satisfied
- export HDF5_DIR=/usr
- export C_INCLUDE_PATH=/usr/lib/openmpi/include
- pip install --user h5py
- mkdir -p $BUILD ~/lib

0 comments on commit e2a9ec4

Please sign in to comment.