Skip to content

Commit 263e4bb

Browse files
authored
Merge pull request ComputationalRadiationPhysics#2544 from ax3l/doc-fixHDF5DownloadLink
Doc: Fix HDF5 Release Link
2 parents fe47222 + 1e46164 commit 263e4bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ libSplash
197197
HDF5
198198
""""
199199
- 1.8.6+
200-
- standard shared version (no c++, enable parallel), e.g. ``hdf5/1.8.5-threadsafe``
200+
- standard shared version (no c++, enable parallel)
201201
- *Debian/Ubuntu:* ``sudo apt-get install libhdf5-openmpi-dev``
202202
- *Arch Linux:* ``sudo pacman --sync hdf5-openmpi``
203203
- *Spack:* ``spack install hdf5~fortran``
@@ -207,9 +207,9 @@ HDF5
207207
- ``cd ~/src``
208208
- download hdf5 source code from `release list of the HDF5 group <https://www.hdfgroup.org/ftp/HDF5/releases/>`_, for example:
209209

210-
- ``wget https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/src/hdf5-1.8.14.tar.gz``
211-
- ``tar -xvzf hdf5-1.8.14.tar.gz``
212-
- ``cd hdf5-1.8.14``
210+
- ``wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.20/src/hdf5-1.8.20.tar.gz``
211+
- ``tar -xvzf hdf5-1.8.20.tar.gz``
212+
- ``cd hdf5-1.8.20``
213213
- ``./configure --enable-parallel --enable-shared --prefix $HOME/lib/hdf5/``
214214
- ``make``
215215
- *optional:* ``make test``

0 commit comments

Comments
 (0)