summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-27 18:19:29 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-28 22:16:53 (GMT)
commit5e0cc7846ddbd3fa41a64f74cdcbfd1e035f7bac (patch)
tree22b1dceecca56af2d0d38e44b815a27ea42ebcbd
parentc53da6ff084097b34924d3b78bdd87fc33394976 (diff)
downloadhdf5-5e0cc7846ddbd3fa41a64f74cdcbfd1e035f7bac.zip
hdf5-5e0cc7846ddbd3fa41a64f74cdcbfd1e035f7bac.tar.gz
hdf5-5e0cc7846ddbd3fa41a64f74cdcbfd1e035f7bac.tar.bz2
Fixed configure issue when building HDF5 with NAG Fortran 7.0.
HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16. (MSB - 2020/02/28, HDFFV-11033)
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1c2bc00..0b87dc6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -78,6 +78,12 @@ Bug Fixes since HDF5-1.12.0 release
Fortran API
-----------
+ - Fixed configure issue when building HDF5 with NAG Fortran 7.0.
+
+ HDF5 now accounts for the addition of half-precision floating-point
+ in NAG 7.0 with a KIND=16.
+
+ (MSB - 2020/02/28, HDFFV-11033)