summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-07 22:05:51 (GMT)
committerGitHub <noreply@github.com>2022-12-07 22:05:51 (GMT)
commitdcccc355261e305a1d877a798d7fd46556b3cbce (patch)
tree9ca2885e65a46abbfcb8600916a0755f98e035de /release_docs
parent64514392fb6b18691afc993c31787d098bbe278d (diff)
downloadhdf5-dcccc355261e305a1d877a798d7fd46556b3cbce.zip
hdf5-dcccc355261e305a1d877a798d7fd46556b3cbce.tar.gz
hdf5-dcccc355261e305a1d877a798d7fd46556b3cbce.tar.bz2
Correct requires setting for pkgconfig files (#2280)
* Correct requires setting for pkgconfig files * Add issue number
Diffstat (limited to 'release_docs')
-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 c71c4fa..c0d5c36 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -271,6 +271,14 @@ Bug Fixes since HDF5-1.13.3 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