diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-09-25 19:41:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 19:41:48 (GMT) |
commit | 1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0 (patch) | |
tree | c25cd5ed9e2c4dc3e263b3e53615eb631f7f7b4f /release_docs/RELEASE.txt | |
parent | 995e13dedfd468a6daf984d1043cab6052e16d6f (diff) | |
download | hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.zip hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.gz hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.bz2 |
Removed the use of -commons linking option on Darwin (#3581)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fa08895..0e1dbe4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -261,6 +261,11 @@ New Features h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f + - Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE + are no longer used in the Fortran source. + + Fixes GitHub issue #3571 + C++ Library: ------------ - |