diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-09-07 13:25:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 13:25:39 (GMT) |
commit | 163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f (patch) | |
tree | 2a1b7bdc53e97f80580570400b71b036cd1cc064 /release_docs/RELEASE.txt | |
parent | 216f5ba65e21cef46ce23060fb57cc9f1706f22a (diff) | |
download | hdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.zip hdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.tar.gz hdf5-163d40dd4255cf5623b3b8a6dc83ffbd8926bb1f.tar.bz2 |
Correction of pkg-config compile script. (#974)
* Correction of pkg-config compile script.
* Reword note.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 29600bd..cd6b800 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1122,6 +1122,14 @@ Bug Fixes since HDF5-1.12.0 release Configuration ------------- + - Corrected pkg-config compile script + + It was discovered that the position of the "$@" argument for the command + in the compile script may fail on some platforms and configurations. The + position of the "$@"command argument was moved before the pkg-config sub command. + + (ADB - 2021/08/30) + - Fixed CMake C++ compiler flags A recent refactoring of the C++ configure files accidently removed the |