summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-03 16:51:25 (GMT)
committerGitHub <noreply@github.com>2021-06-03 16:51:25 (GMT)
commit7739612291596e0561f90b26af1929a588e63f11 (patch)
treef32a0401fab004bd35329e8d0500d4cdc4b23e90 /release_docs
parent1558ee7b3086bf572d98f1a5698bceccb8aa8804 (diff)
downloadhdf5-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')
-rw-r--r--release_docs/RELEASE.txt8
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)