File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ libSplash
197197HDF5
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 ``
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 ``
You can’t perform that action at this time.
0 commit comments