summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-12 15:30:03 (GMT)
committerGitHub <noreply@github.com>2022-12-12 15:30:03 (GMT)
commitb31ee1b608e57a1e0e917d9b1eefa7c695e52e0d (patch)
tree411d005340ad9638446525a2eea253725f64a5dc /release_docs/RELEASE.txt
parent0d2c4d0a59eedafb967a4921628319ac347ba634 (diff)
downloadhdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.zip
hdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.tar.gz
hdf5-b31ee1b608e57a1e0e917d9b1eefa7c695e52e0d.tar.bz2
1.8 Correct requires setting for pkgconfig files #2280 (#2285)
* Correct requires setting for pkgconfig files #2280 * Change macos for CI
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index db8d0d2..8d0133e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -263,6 +263,13 @@ Bug Fixes since HDF5-1.8.22
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