Skip to content

Commit

Permalink
enable hdf5 support in travis (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Feb 8, 2017
1 parent 57bb0af commit f7a07c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ before_install:
install:
- sh cmake-3.3.0-Linux-x86_64.sh --skip-license --prefix=${TRAVIS_HOME}/cmake/
- conda install --yes numpy
- conda install --yes hdf5
- pip install cpp-coveralls
script:
- cmake --version
Expand All @@ -109,6 +110,8 @@ script:
- CMAKE_OPTS="${CMAKE_OPTS} -DENABLE_FORTRAN=ON"
# enable python support
- CMAKE_OPTS="${CMAKE_OPTS} -DENABLE_PYTHON=ON"
# enable hdf5 support
- CMAKE_OPTS="${CMAKE_OPTS} -DHDF5_DIR=${TRAVIS_HOME}/miniconda"
# enable coverage (only when using shared libs case)
- CMAKE_OPTS="${CMAKE_OPTS} -DENABLE_COVERAGE=${ENABLE_COVERAGE}"
# configure with cmake
Expand Down

0 comments on commit f7a07c3

Please sign in to comment.