Update URL for downloading HDF5 during Travis pull request runs. A new release

of HDF5 caused the old URL to become non-existent.
This commit is contained in:
Paul Romano 2015-05-20 05:42:41 +07:00
parent 60fd9b88dc
commit 0699771a26

View file

@ -15,7 +15,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
cd ..
# Build PHDF5
wget -q http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14.tar.gz
wget -q http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz
tar -xzvf hdf5-1.8.14.tar.gz >/dev/null 2>&1
mv hdf5-1.8.14 phdf5-1.8.14; cd phdf5-1.8.14
CC=$PWD/../mpich_install/bin/mpicc FC=$PWD/../mpich_install/bin/mpif90 \