summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-11-05 19:47:25 (GMT)
committerGitHub <noreply@github.com>2022-11-05 19:47:25 (GMT)
commit065a466bc80b0b947eddd2f9c634e0f191c81025 (patch)
treec61ee8c55729a11b9be894de3f4952f627a9157c /release_docs
parente1673be0efa4a4549727bc03db4b719f4e280ad6 (diff)
downloadhdf5-065a466bc80b0b947eddd2f9c634e0f191c81025.zip
hdf5-065a466bc80b0b947eddd2f9c634e0f191c81025.tar.gz
hdf5-065a466bc80b0b947eddd2f9c634e0f191c81025.tar.bz2
Merge #2198 CMake MPI link (#2216)
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 00a4e9f..292f531 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -228,7 +228,13 @@ Bug Fixes since HDF5-1.10.9 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