mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
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:
parent
60fd9b88dc
commit
0699771a26
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue