Skip to content

Updated ThirdParty HDF5 to 1.12.3

Spencer Sherwin requested to merge feature_HDF5_1_12_3 into master

Issue/feature addressed

Updated ThirdParty HDF5 to 1.12.3

Proposed solution

Download HDF5 12.3.1 and update.

Implementation

After downloading hdf5 we need to tar bzip the director hdf5-1.12.3 and place under /storage/package-repos/www/thirdparty on ae-nektar. Updated ThridPartyHDF.cmake to use new version number, update hash and also required to use new library name. Also needed to upate Library/Utilities/CMakeLIsts.txt which refers to exact hdf5 version. Note I also had to add the option -DDEFAULT_API_VERSION=v110 in the compilation to force the HDF5 version to be backwards compatible with version 1.10 due to a known problem with the API in version 1.12

Tests

N/A - have existing test.

Suggested reviewers

Please suggest any people who would be appropriate to review your code.

Notes

Please add any other information that could be useful for reviewers.

Checklist

  • [ ] Functions and classes, or changes to them, are documented.
  • [ ] User guide/documentation is updated.
  • Changelog is updated.
  • [ ] Suitable tests added for new functionality.
  • Contributed code is correctly formatted. (See the contributing guidelines).
  • License added to any new files.
  • No extraneous files have been added (e.g. compiler output or test data files).
Edited by Spencer Sherwin

Merge request reports