summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-03 16:44:09 (GMT)
committerGitHub <noreply@github.com>2021-06-03 16:44:09 (GMT)
commit1558ee7b3086bf572d98f1a5698bceccb8aa8804 (patch)
treefadcfc208697deb99346bd97fd5a588056d4b1d4 /release_docs/RELEASE.txt
parent4b7f34acc16c7d071a5c1d4519ba2a01354e51db (diff)
downloadhdf5-1558ee7b3086bf572d98f1a5698bceccb8aa8804.zip
hdf5-1558ee7b3086bf572d98f1a5698bceccb8aa8804.tar.gz
hdf5-1558ee7b3086bf572d98f1a5698bceccb8aa8804.tar.bz2
Updates PGI C/C++ configurations (#715)
* Updates PGI C/C++ configurations Tweaks some settings and configures pgc++ to use C++11 * Updated copyright information
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 20d561c..a53c4af 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,6 +49,24 @@ New Features
Configuration:
-------------
+ - Adds C++ Autotools configuration file for PGI
+
+ * Checks for pgc++ as the compiler name (was: pgCC)
+ * Sets -std=c++11
+ * Other options basically match new C options (below)
+
+ (DER - 2021/06/02)
+
+ - Updates PGI C options
+
+ * -Minform set to warn (was: inform) to suppress spurious messages
+ * Sets -gopt -O2 as debug options
+ * Sets -O4 as 'high optimization' option
+ * Sets -O0 as 'no optimization' option
+ * Removes specific settings for PGI 9 and 10
+
+ (DER - 2021/06/02)
+
- A C++11-compliant compiler is now required to build the C++ wrappers
CMAKE_CXX_STANDARD is now set to 11 when building with CMake and
@@ -56,7 +74,6 @@ New Features
(DER - 2021/05/27)
-
- CMake will now run the shell script tests in test/ by default
The test directory includes several shell script tests that previously