From b6f0eedcb939cb9a37ae8694fc3507c7b3be768c Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sat, 14 Dec 2019 17:09:00 +0100 Subject: [PATCH] [doc][handbook] Update C++ standard and Dumux version --- doc/handbook/0_dumux-handbook.tex | 4 ++-- doc/handbook/2_quickinstall.tex | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index afd34f2bf8..2b3ed2d412 100644 --- a/doc/handbook/0_dumux-handbook.tex +++ b/doc/handbook/0_dumux-handbook.tex @@ -42,7 +42,7 @@ % Dune and Dumux logo \newcommand{\Dune}{{DUNE}\xspace} \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}} -\newcommand{\DumuxVersion}{3.1} +\newcommand{\DumuxVersion}{3.2-git} \definecolor{dumuxYellow}{HTML}{E19417} \definecolor{dumuxBlue}{HTML}{0C73CF} @@ -133,7 +133,7 @@ through the Doxygen documentation. Well done. What now? \par % \textit{``How on earth is this going to help me solve my multi-(phase, component, - scale, physics) flow and transport problems in porous media systems?''}, you begin to wonder. + scale, physics) flow and transport problems in porous media systems?''}, you begin to wonder. Don't panic! In order to best ease our prospective users and developers into the wonderful \Dumux simulation environment, we've prepared a \Dumux course and extensively-documented examples. \input{4_course} diff --git a/doc/handbook/2_quickinstall.tex b/doc/handbook/2_quickinstall.tex index f829d90101..88656a8686 100644 --- a/doc/handbook/2_quickinstall.tex +++ b/doc/handbook/2_quickinstall.tex @@ -2,7 +2,9 @@ For this quick start guide the following software packages are required: \begin{itemize} \item GitLab client -\item A standard compliant C++ compiler supporting C++11 and the C++14 feature set of GCC 4.9. We support GCC 4.9 or newer and Clang 3.8 or newer. +\item A standard-compliant C++17 compiler supporting the C++11/C++14/C++17 features of GCC 7 +(\Dumux $> 3.1$\footnote{\Dumux $\leq 3.1$ only requires the C++11/C++14 feature set of GCC 4.9, e.g. GCC 4.9 or newer and Clang 3.8 or newer}), +e.g. GCC 7 or newer and Clang 5 or newer. \item CMake 2.8.12 or newer \item pkg-config \item ParaView (to visualize the results) -- GitLab