From 0699771a2674fd7301ec3bdd75820ed9a047fc44 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 20 May 2015 05:42:41 +0700 Subject: [PATCH] Update URL for downloading HDF5 during Travis pull request runs. A new release of HDF5 caused the old URL to become non-existent. --- tests/travis_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis_install.sh b/tests/travis_install.sh index b92945551..ec797b931 100755 --- a/tests/travis_install.sh +++ b/tests/travis_install.sh @@ -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 \