Skip to content

Commit

Permalink
switched to HDF5 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 19, 2019
1 parent 67f44d9 commit 9b182c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ before_script:
- export CC=mpicc
- export FC=mpif90
- export CPPFLAGS='-I/usr/include'
- wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5.tar.gz
- tar -xzvf hdf5-1.10.5.tar.gz
- pushd hdf5-1.10.5
- wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4.tar.gz
- tar -xzvf hdf5-1.10.4.tar.gz
- pushd hdf5-1.10.4
- ./configure --prefix=/usr --enable-parallel
- make
- sudo make install
Expand Down

0 comments on commit 9b182c5

Please sign in to comment.