diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-03 16:51:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 16:51:25 (GMT) |
commit | 7739612291596e0561f90b26af1929a588e63f11 (patch) | |
tree | f32a0401fab004bd35329e8d0500d4cdc4b23e90 /release_docs/RELEASE.txt | |
parent | 1558ee7b3086bf572d98f1a5698bceccb8aa8804 (diff) | |
download | hdf5-7739612291596e0561f90b26af1929a588e63f11.zip hdf5-7739612291596e0561f90b26af1929a588e63f11.tar.gz hdf5-7739612291596e0561f90b26af1929a588e63f11.tar.bz2 |
Adds an Intel C++ configuration file (#716)
* Adds an Intel C++ configuration file
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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 a53c4af..2d55ae1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -49,6 +49,14 @@ New Features Configuration: ------------- + - Adds C++ Autotools configuration file for Intel + + * Checks for icpc as the compiler + * Sets std=c++11 + * Copies most non-warning flags from intel-flags + + (DER - 2021/06/02) + - Adds C++ Autotools configuration file for PGI * Checks for pgc++ as the compiler name (was: pgCC) |