diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-02 15:14:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-02 15:14:14 (GMT) |
commit | c1edb4ad89d228e5834a9ccca6ed3ae04b98cea4 (patch) | |
tree | a769fa2a30bbe04d30db8de4d8f0958e4f850e79 /release_docs | |
parent | 031075bccece52c6523ac44d925b2653e6fd6bed (diff) | |
download | hdf5-c1edb4ad89d228e5834a9ccca6ed3ae04b98cea4.zip hdf5-c1edb4ad89d228e5834a9ccca6ed3ae04b98cea4.tar.gz hdf5-c1edb4ad89d228e5834a9ccca6ed3ae04b98cea4.tar.bz2 |
HDFFV-10321 merge from develop
Diffstat (limited to 'release_docs')
-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 326053c..f8ed5d0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -288,6 +288,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) + - Corrected FORTRAN_HAVE_C_LONG_DOUBLE processing in the autotools. A bug in the autotools Fortran processing code always set the |