Skip to content

Don't use hdf5 static libraries anymore

Samuel Debionne requested to merge conda-fix-hdf5 into develop

Don't use hdf5 static libraries anymore since:

  • hdf5 package is split in hdf5 and hdf5-static on Linux (but not on Windows).
  • cmake package is buggy on Windows

See https://github.com/conda-forge/hdf5-feedstock/issues/116 for more info on the hdf5 package issues.

Merge request reports