Skip to content

Commit

Permalink
Fixes C++ notes in RELEASE.txt (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Jun 25, 2021
1 parent b0930f4 commit 007d5a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ New Features
- 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)
* Sets -std=c++11
* Other options basically match new C options (below)

(DER - 2021/06/02)
Expand All @@ -73,13 +71,6 @@ New Features

(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
-std=c++11 is added when building with clang/gcc via the Autotools.

(DER - 2021/05/27)

- Added an option to make the global thread-safe lock a recursive R/W lock

Prior to this release, the HDF5 library supported multi-threaded
Expand Down

0 comments on commit 007d5a4

Please sign in to comment.