Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Release Information

Page properties
VersionHDF5 1.10.10
Release Date2023-03-31
Download

Hdf download link
Target/display/support/HDF5+1.10.10#files
LinkTextDownload

Release Notes

Release Notes

Additional Release Information

Cur page link
TargetAnchorplatformstested
LinkTextTested Platforms and Configuration Features

 

Cur page link
TargetAnchorcompatibility11010
LinkTextCompatibility Report for 1.10.9 vs 1.10.10

  Software Changes From Release to Release for HDF5-1.10
 New Features Introduced in 1.10.10
 Release Announcement

Hdf rm anchor
AnchorNamefiles
Files

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

FileTypeCommentInstall InstructionsSHA256 Checksum
hdf5-1.10.10.tar.gz Source release

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

release_docs/ directory in source hdf5-1.10.10.sha256
hdf5-1.10.10.tar.bz2 Source releaseUnix Bzipped source tar filerelease_docs/ directory in source   "
hdf5-1.10.10.zip Source releaseWindows zip filerelease_docs/ directory in source   "
CMake-hdf5-1.10.10.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.10.zip CMake source release File to build HDF5 with CMake on Windows
Building HDF5 with CMake   "
Ready to use Binaries The binaries include the plugins  
HDF5 PluginsBinary FileThe filter plugins are included in binary and CMake source downloads. However, if you would like one of the pre-built HDF5 plugin distributions for Unix or Windows, please contact us at help at hdfgroup.org.Information on HDF5 Filter Plugins 
Anchor
downloadsrc
downloadsrc
Methods to obtain  (gz file)
  • firefox – Download 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 


Hdf rm anchor
AnchorNameknownproblems

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.

  • The function prototype for H5Treclaim was mistakenly added to code for HDF5 1.10.9;  however no implementation code was added.  This prototype has been removed, resulting in a source incompatibility for shared library versions between HDF5 versions 1.10.10 and 1.10.9, but not binary incompatibility since the function was not implemented.



Hdf rm anchor
AnchorNameplatformstested

Tested Platforms and Configuration Features

NOTE:  HDF5-1.10 requires MPI 3.

See the Release Notes for details.


Hdf rm anchor
AnchorNamecompatibility11010

HTML
<iframe class="hdf-java-docs" height="800px" width="100%" src="https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-interface_compatibility_report.html"></iframe>
<br/>
<iframe class="hdf-java-docs" height="800px" width="100%" src="https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-java-interface_compatibility_report.html"></iframe>