diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-11-01 21:03:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 21:03:13 (GMT) |
commit | 94119211a74ce966380d0013efd48c6effe01f10 (patch) | |
tree | 04fbf2a6abd345edf64810816cdcabf48d4d801e /release_docs | |
parent | 11dfa25910f08e70db336f125d52ef9586416017 (diff) | |
download | hdf5-94119211a74ce966380d0013efd48c6effe01f10.zip hdf5-94119211a74ce966380d0013efd48c6effe01f10.tar.gz hdf5-94119211a74ce966380d0013efd48c6effe01f10.tar.bz2 |
Correct the CMake link for MPI (#2198)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 14e6f56..25e4e6e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -119,7 +119,13 @@ Bug Fixes since HDF5-1.13.3 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 |