diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-02-17 22:17:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 22:17:58 (GMT) |
commit | 593484fa0ee30e42a7b735e6a08744b736885d11 (patch) | |
tree | 1f6ccc0045fc12aa1957178efd75713e1239d3d3 /release_docs | |
parent | 606dc11623b57987d77a7640b8687d2f6df6abda (diff) | |
download | hdf5-593484fa0ee30e42a7b735e6a08744b736885d11.zip hdf5-593484fa0ee30e42a7b735e6a08744b736885d11.tar.gz hdf5-593484fa0ee30e42a7b735e6a08744b736885d11.tar.bz2 |
1.12 Merge Correct pkgconfig variables and libraries #2259 (#2478)
* Merge Correct pkgconfig variables and libraries #2259
* Fix spacing
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 022010c..3226165 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -248,6 +248,19 @@ Bug Fixes since HDF5-1.12.1 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' |