diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-12-23 17:21:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 17:21:32 (GMT) |
commit | da881da40b9fa66379210f88908bd33cae166a0d (patch) | |
tree | 94fbf90550f7fa7a0cb90c57e9137e8c9532b06b | |
parent | 2ecdd79f3a49617f9a609809efca049fd594b623 (diff) | |
download | hdf5-da881da40b9fa66379210f88908bd33cae166a0d.zip hdf5-da881da40b9fa66379210f88908bd33cae166a0d.tar.gz hdf5-da881da40b9fa66379210f88908bd33cae166a0d.tar.bz2 |
Added additional 'known problems' notes to RELEASE.txt (#2358)
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3f4faa8..fcf94f8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -2158,6 +2158,12 @@ Known Problems * * ************************************************************ + The accum test fails on MacOS 12.6.2 (Monterey) with clang 14.0.0. The + reason for this failure and its impact are unknown. + + The onion test has failures on Windows when built using Intel OneAPI + 2022.3. The cause of these failures is under investigation. + 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. |