Skip to content

Commit 9e9ab84

Browse files
authored
Update C++/CMake policy based on Ubuntu 22.04 (#3666)
1 parent ef22558 commit 9e9ab84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/devguide/policies.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ C++ code in OpenMC must conform to the most recent C++ standard that is fully
2121
supported in the `version of the gcc compiler
2222
<https://gcc.gnu.org/projects/cxx-status.html>`_ that is distributed with the
2323
oldest version of Ubuntu that is still within its `standard support period
24-
<https://ubuntu.com/about/release-cycle>`_. Ubuntu 20.04 LTS will be supported
25-
through April 2025 and is distributed with gcc 9.3.0, which fully supports the
24+
<https://ubuntu.com/about/release-cycle>`_. Ubuntu 22.04 LTS will be supported
25+
through April 2027 and is distributed with gcc 11.4.0, which fully supports the
2626
C++17 standard.
2727

2828
--------------------
@@ -31,5 +31,5 @@ CMake Version Policy
3131

3232
Similar to the C++ standard policy, the minimum supported version of CMake
3333
corresponds to whatever version is distributed with the oldest version of Ubuntu
34-
still within its standard support period. Ubuntu 20.04 LTS is distributed with
35-
CMake 3.16.
34+
still within its standard support period. Ubuntu 22.04 LTS is distributed with
35+
CMake 3.22.

0 commit comments

Comments
 (0)