diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-02 15:07:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-02 15:07:58 (GMT) |
commit | 03be1267190d2c83379e2ed09d0b86acd3b23388 (patch) | |
tree | 32656b4561383e91d9032ccb5f3fd5de230b344c | |
parent | 337cf6a29d6b6056ed2a418155899676d474daa8 (diff) | |
download | hdf5-03be1267190d2c83379e2ed09d0b86acd3b23388.zip hdf5-03be1267190d2c83379e2ed09d0b86acd3b23388.tar.gz hdf5-03be1267190d2c83379e2ed09d0b86acd3b23388.tar.bz2 |
HDFFV-10321 change note added.
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b66355e..54867af 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -170,6 +170,17 @@ Bug Fixes since HDF5-1.10.1 release Configuration ------------- + - cmake MPI + + CMake implementation for MPI was problematic and would create incorrect + MPI library references in the hdf5 libraries. + + Reworked the CMake MPI code to properly create CMake targets.Also merged + the latest CMake FindMPI.cmake changes to the local copy. This is necessary + until HDF changes the CMake minimum to 3.9 or greater. + + (ADB - 2017/11/02, HDFFV-10321) + - cmake Too many commands for POST_BUILD step caused command line to be |