summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-06-08 04:12:46 (GMT)
committerGitHub <noreply@github.com>2021-06-08 04:12:46 (GMT)
commitdbbc12afeda4984b70f8cf5c1901bd74f0f09359 (patch)
treebee3fd23625d9aff12abbb90761ff594d46799fa /release_docs/RELEASE.txt
parent10abe9a8b4985a18a0c88615686184d233d7b845 (diff)
downloadhdf5-dbbc12afeda4984b70f8cf5c1901bd74f0f09359.zip
hdf5-dbbc12afeda4984b70f8cf5c1901bd74f0f09359.tar.gz
hdf5-dbbc12afeda4984b70f8cf5c1901bd74f0f09359.tar.bz2
Hdf5 1 12 1 merge cmake and java changes (#735)
* Disable test because of failures on some platforms * if blocks needed for build modes * Merge fortran and java changes Fortran config tests now work with ccmake C language config test moved from fortran to ConfigureChecks Fixed generated files for ninja build system Added java id creation to id logger Fixed tools test argument comparator
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 979b12d..e04e8cd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -774,6 +774,22 @@ Bug Fixes since HDF5-1.12.0 release
Configuration
-------------
+ - Refactor CMake configure for Fortran
+
+ The Fortran configure tests for KINDs reused a single output file that was
+ read to form the Integer and Real Kinds defines. However, if config was run
+ more then once, the CMake completed variable prevented the tests from executing
+ again and the last value saved in the file was used to create the define.
+ Creating separate files for each KIND solved the issue.
+
+ In addition the test for H5_PAC_C_MAX_REAL_PRECISION was not pulling in
+ defines for proper operation and did not define H5_PAC_C_MAX_REAL_PRECISION
+ correctly for a zero value. This was fixed by supplying the required defines.
+ In addition it was moved from the Fortran specific HDF5UseFortran.camke file
+ to the C centric ConfigureChecks.cmake file.
+
+ (2021/06/03)
+
- Remove arbitrary warning flag groups from CMake builds
The arbitrary groups were created to reduce the quantity of warnings being