Skip to content

Commit

Permalink
no hdf5 install
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 24, 2019
1 parent 75b8a78 commit 45faa85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ latex: false
compiler: clang
osx_image: xcode9

addons:
apt:
packages:
- devscripts

os:
- linux
Expand Down Expand Up @@ -58,7 +62,7 @@ before_install:
- echo "CC=${CC}, CXX=${CXX}, CXX1X=${CXX1X}"
- echo "CXX1XSTD=${CXX1XSTD}, CXX11=${CXX11}"
- clang_cxx
- hdf5_install ;
# - hdf5_install ;
- export cmake_version="3.14"
- cmake --version
- x=`cmake_setup`; echo "${x}"; eval ${x};
Expand Down

0 comments on commit 45faa85

Please sign in to comment.