diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-02-24 14:53:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 14:53:10 (GMT) |
commit | fd07c2038eaf45a2cc218fa095c37201388b959b (patch) | |
tree | 0345faa2bcb8c31b4af03e8c0682c12dc3043c98 /config/gnu-cxxflags | |
parent | c7d800e5e526e2dcc2fd19cd0c75d2ef92f184bc (diff) | |
download | hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.zip hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.gz hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.bz2 |
1 12 Merge SZ plugin changes from develop (#1455)
* Merge SZ plugin changes from develop
* Update examples version
* Update examples version
Diffstat (limited to 'config/gnu-cxxflags')
-rw-r--r-- | config/gnu-cxxflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-cxxflags b/config/gnu-cxxflags index 7575ada..635ff5d 100644 --- a/config/gnu-cxxflags +++ b/config/gnu-cxxflags @@ -58,7 +58,7 @@ load_gnu_arguments() if test "X-" = "X-$cxx_flags_set"; then # PathScale compiler spits out gcc version string too. Need to # filter it out. - # icc beginning with version 12 includes a "gcc version compatiblilty" + # icc beginning with version 12 includes a "gcc version compatibility" # string, causing the gcc H5_CXXFLAGS to be erroneously added. The line # "grep -v 'icc version'" causes the discarding of any output # containing 'icc version'. The cxx_version for icc is correctly determined |