summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-02-13 14:06:45 (GMT)
committerGitHub <noreply@github.com>2023-02-13 14:06:45 (GMT)
commitec3046853dd20874b03f395e6a8b380669dd7ee7 (patch)
treee5c41d6ab8bc35c69bff4496e2235e241678aa4c /release_docs/RELEASE.txt
parent09d21433abc3bd488764711754c1c9dce44161d2 (diff)
downloadhdf5-ec3046853dd20874b03f395e6a8b380669dd7ee7.zip
hdf5-ec3046853dd20874b03f395e6a8b380669dd7ee7.tar.gz
hdf5-ec3046853dd20874b03f395e6a8b380669dd7ee7.tar.bz2
1.10 Correct requires setting for pkgconfig files #2280 (#2284)
--------- Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f91c5ea..e2a36a4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -228,6 +228,14 @@ Bug Fixes since HDF5-1.10.9 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