Control: tags -1 upstream patch Hi,
This is a common issue affecting all reverse dependencies of HDF5 using CMake.
The recent update to CMake 3.6.x caused the failure because the HDF5_INCLUDE_DIR variable is no longer set by FindHDF5.cmake.
HDF5_INCLUDE_DIR has been deprecated some time ago, only HDF5_INCLUDE_DIRS is set for CMake >= 3.6.0.
The attached patch supports both by setting HDF5_INCLUDE_DIR to the value of HDF5_INCLUDE_DIRS if the former is not defined but the latter is.
Kind Regards, Bas
cmake-3.6-hdf5.patch
Description: inode/symlink
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers