summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-02-07 14:33:17 (GMT)
committerGitHub <noreply@github.com>2023-02-07 14:33:17 (GMT)
commit4e621441ce93459323d650561030613d3a103a9e (patch)
treefb154ba21ae480bd1777bb0137b09da0fda4ca79 /release_docs/RELEASE.txt
parent35a9c849cd6c87f563ab27ce724159c150801c9b (diff)
downloadhdf5-4e621441ce93459323d650561030613d3a103a9e.zip
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.gz
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.bz2
Updates to known problem, release date, and cherry-picks of latest changes to hdf5_1_8. (#2430)
--------- Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 94eb6eb..57107fc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.23 released on 2023-01-30
+HDF5 version 1.8.23 released on 2023-02-07
================================================================================
@@ -569,6 +569,13 @@ Platforms Tested
Known Problems
==============
+ MacOS using CMake to build HDF5 with ifort versions 2021.2.0 or 2021.3.0 has
+ a test failure that does not occur when using Autotools to build it. All
+ tests also pass using CMake with ifort version 2021.8.0 on macOS13. This
+ failure may not indicate any particular problem with the build. It can
+ be avoided by building with clang and gfortran for CMake builds or by using
+ Autotools to build with ifort on macOS.
+
CMake files do not behave correctly with paths containing spaces.
Do not use spaces in paths because the required escaping for handling spaces
results in very complex and fragile build files.