Page tree

Release Information

Files

   Location of Software: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.9/

FileTypeCompilersCommentInstall InstructionsMd5 Checksum
hdf5-1.10.9.tar.gz Source release 

Unix Gzipped source tar file.  See Methods to obtain (below).

release_docs/ directory in source hdf5-1.10.9.md5
hdf5-1.10.9.tar.bz2 Source release Unix Bzipped source tar filerelease_docs/ directory in source   "
hdf5-1.10.9.zip Source release Windows zip filerelease_docs/ directory in source   "
CMake-hdf5-1.10.9.tar.gz CMake source release 

File to build HDF5 with CMake (Unix).  See Methods to obtain (below).

Building HDF5 with CMake   "
CMake-hdf5-1.10.9.zip CMake source release  File to build HDF5 with CMake on Windows
Building HDF5 with CMake    "
hdf5-1.10.9-Std-centos7_64.tar.gz (gcc 4.8.5)Linux 3.10 CentOS 7 x86_64 binary

gcc 4.8.5, g++, gfortran 4.8.5, java

   
hdf5-1.10.9-Std-centos8_64.tar.gz (gcc 8.3.1)Linux 3.10 CentOS 8 x86_64 binarygcc 8.3.1, g++, gfortran 8.3.1, java   
hdf5-1.10.9-macOS-10.13-x86_64-clang10.0.tar.gzmacOS 10.13 binaryApple clang/clang++ 10.0.0, gfortran 6.3.0, java openjdk 14.0.1   
hdf5-1.10.9-Std-macos11_64-intel.tar.gzmacOS 11.6 binaryApple clang/clang++ 12.0.5   
hdf5-1.10.9-Std-win10_64-vs16.zipWindows 10 64-bit pre-built binaryCMake VS 2019 C, C++, IVF  hdf5-1.10.9-Std-win10_64-vs16.zip.sha256
hdf5-1.10.9-Std-win10_64-vs15.zipWindows 10 64-bit pre-built binaryCMake VS 2017 C, C++, IVF  hdf5-1.10.9-Std-win10_64-vs15.zip.sha256
hdf5-1.10.9-Std-win10_64-vs14.zipWindows 10 64-bit pre-built binaryCMake VS 2015 C, C++, IVF  hdf5-1.10.9-Std-win10_64-vs14.zip.sha256
hdf5-1.10.9-Std-win7_64-vs10.zipWindows 7 64-bit pre-built binaryCMake VS 2010 C, C++, IVF  hdf5-1.10.9-Std-win7_64-vs10.zip.sha256
hdf5-1.10.9-Std-win10_64-vs16-Intel.zipWindows 10 64-bit pre-built binary   hdf5-1.10.9-Std-win10_64-vs16-Intel.zip.sha256
hdf5-1.10.9-Std-win10_64-vs15-Intel.zipWindows 10 64-bit pre-built binary   hdf5-1.10.9-Std-win10_64-vs15-Intel.zip.sha256
hdf5-1.10.9-Std-win10_64-vs14-Intel.zipWindows 10 64-bit pre-built binary   hdf5-1.10.9-Std-win10_64-vs14-Intel.zip.sha256
Additional Binaries     
Methods to obtain  (gz file)
  • firefox – Downoad file and then run:  gzip -cd <distribution>.tar.gz | tar xzf -
    chrome –  Download file and then run:  gzip -cd <distribution>.tar.gz | tar xvf -
    wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/<distribution>.tar.gz
                gzip -cd <distribution>.tar.gz | tar xvf 


Known Problems at Release Time

  • Several example programs in HDF5 source/java/examples will fail in “make check” when HDF5 built with Autotools has been configured with --prefix=<install directory path>.  This occurs because Autotools puts the path for libhdf5.so.dylib in libhdf5_java.dylib, and the failed example programs attempt to dlopen libhdf5.so.dylib in the install location which does not yet exist.  The problem does not occur when no prefix is given, and only on macOS platforms.

    The simplest workaround is to run “make install” before “make check”, which will insure that libhdf5.so.dylib is found when needed by libhdf5_java.dylib.  If “make install” cannot be run before “make check”, running “make -I check” after the java examples have failed will allow running any tests that did not run following the java examples.  The output can then be searched to find “FAILED” for any tests that fail following the java examples.
     


Tested Platforms and Configuration Features

NOTE:  HDF5-1.10 requires MPI 3.

See the Release Notes for details.



--- Last Modified: April 07, 2023 | 11:38 AM