summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-11-04 13:13:08 (GMT)
committerGitHub <noreply@github.com>2022-11-04 13:13:08 (GMT)
commit7a1885451213244da0b244338435830fc4dd6ea1 (patch)
tree49bfaa85dfc0236b43895ed36c7fc284e4f71cf5 /release_docs
parent66c8a487221e354d5e8e820176e9a08887caa052 (diff)
downloadhdf5-7a1885451213244da0b244338435830fc4dd6ea1.zip
hdf5-7a1885451213244da0b244338435830fc4dd6ea1.tar.gz
hdf5-7a1885451213244da0b244338435830fc4dd6ea1.tar.bz2
Merge #2198 correct CMake MPI linking (#2215)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 23641e2..ce18ed9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -225,7 +225,13 @@ Bug Fixes since HDF5-1.12.1 release
Configuration
-------------
- -
+ - Move MPI libraries link from PRIVATE to PUBLIC
+
+ The install dependencies were not including the need for MPI libraries when
+ an application or library was built with the C library. Also updated the
+ CMake target link command to use the newer style MPI::MPI_C link variable.
+
+ (ADB - 2022/20/27)
Tools