Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions release_docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,15 @@ The `h5repack` tool now obtains its default low and high library version bounds

## Configuration

### Fixed INSTALL_CMAKE_DIR for GNU_DIRS and enabled it by default on Linux.

The previous `lib/cmake/hdf5-config.cmake` wasn't in CMake's `find_package`
search path since CMake expects that to be a common path with each
package having its own subdirectory. This changes it to
`lib/cmake/hdf5/hdf5-config.cmake` so the config is now found when the
install prefix is in `CMAKE_PREFIX_PATH`.
This also sets `HDF5_USE_GNU_DIRS=ON` by default for non-Windows builds.

## Tools

### Fixed h5repack silently dropping a declared cd_nelmts for user-defined filters
Expand Down