Skip to content

Changes to fix FindHDF5.cmake on lxplus

Dan Guest requested to merge (removed):findhdf5-fix into master

The HDF5 find modules have a nasty habit of picking up the system version of HDF5, which is unfortunate given that:

  • our build servers apparently don't have HDF5, but
  • lxplus, and most other servers that scientists use, do have HDF5

Using lxplus as a test case, this version of the FindHDF5.cmake module seems to work.

Merge request reports