summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-02-17 22:18:05 (GMT)
committerGitHub <noreply@github.com>2023-02-17 22:18:05 (GMT)
commit7a199519842f1f70f80d31a2f6be9ac6efc2e57a (patch)
tree2da6ca2d74856c28bea13a5f3680562b25361093 /release_docs/RELEASE.txt
parent63fa76cc846e88630f50393328d332b15278448a (diff)
downloadhdf5-7a199519842f1f70f80d31a2f6be9ac6efc2e57a.zip
hdf5-7a199519842f1f70f80d31a2f6be9ac6efc2e57a.tar.gz
hdf5-7a199519842f1f70f80d31a2f6be9ac6efc2e57a.tar.bz2
1.10 Merge Merge CMake generated pkg-config file is incorrect #2259 (#2479)
* Merge Merge CMake generated pkg-config file is incorrect #2259 * Fix spacing
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f605ffe..a6e4bd8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -241,6 +241,19 @@ Bug Fixes since HDF5-1.10.9 release
Configuration
-------------
+ - Correct the CMake generated pkg-config file
+
+ The pkg-config file generated by CMake had the order and placement of the
+ libraries wrong. Also added support for debug library names.
+
+ Changed the order of Libs.private libraries so that dependencies come after
+ dependents. Did not move the compression libraries into Requires.private
+ because there was not a way to determine if the compression libraries had
+ supported pkconfig files. Still recommend that the CMake config file method
+ be used for building projects with CMake.
+
+ (ADB - 2023/02/16 GH-1546,GH-2259)
+
- 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'