diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-12 15:32:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 15:32:01 (GMT) |
commit | 1da36c90b636f6cd1889338a61602582e5187f00 (patch) | |
tree | 5db67333a9973a5f41a7ad6efc9b0d1d2aa7b376 /release_docs | |
parent | 52854566ecad891ee60458777932539d3edab6e0 (diff) | |
download | hdf5-1da36c90b636f6cd1889338a61602582e5187f00.zip hdf5-1da36c90b636f6cd1889338a61602582e5187f00.tar.gz hdf5-1da36c90b636f6cd1889338a61602582e5187f00.tar.bz2 |
1.12 Correct requires setting for pkgconfig files #2280 (#2283)
* Correct requires setting for pkgconfig files #2280
* Change macos for CI
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 96e452a..9042a06 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -235,6 +235,14 @@ Bug Fixes since HDF5-1.12.1 release Configuration ------------- + - Change the settings of the *pc files to use the correct format + + The pkg-config files generated by CMake uses incorrect syntax for the 'Requires' + settings. Changing the set to use 'lib-name = version' instead 'lib-name-version' + fixes the issue + + (ADB - 2022/12/06 HDFFV-11355) + - Move MPI libraries link from PRIVATE to PUBLIC The install dependencies were not including the need for MPI libraries when |