Skip to content
Snippets Groups Projects
Commit b1a10fd3 authored by Katharina Heck's avatar Katharina Heck
Browse files

Merge branch 'cleanup/installscript-and-instruction-for-release' into 'master'

[cleanup][script] change dune-version in install script to 2.8 and update cmake version requirement in readme to match dumux

See merge request !120
parents 8a6ebaab 24c51b4f
No related branches found
No related tags found
1 merge request!120[cleanup][script] change dune-version in install script to 2.8 and update cmake version requirement in readme to match dumux
Pipeline #14434 passed
...@@ -9,7 +9,7 @@ Installation guide dumux ...@@ -9,7 +9,7 @@ Installation guide dumux
You can set up dumux using the attached script install.sh. You can set up dumux using the attached script install.sh.
You need to have the following REQUIREMENTS installed: You need to have the following REQUIREMENTS installed:
* gcc >= 7 * gcc >= 7
* cmake >= 3.1 * cmake >= 3.13
* git * git
* pkg-config * pkg-config
* paraview (to visualize the results) * paraview (to visualize the results)
......
...@@ -75,7 +75,7 @@ echo " " ...@@ -75,7 +75,7 @@ echo " "
echo "*********************************************************************************************" echo "*********************************************************************************************"
echo "(2/4) Cloning repositories. This may take a while. Make sure to be connected to the internet." echo "(2/4) Cloning repositories. This may take a while. Make sure to be connected to the internet."
echo "*********************************************************************************************" echo "*********************************************************************************************"
DUNE_VERSION=2.7 DUNE_VERSION=2.8
# the core modules # the core modules
for MOD in common geometry grid localfunctions istl; do for MOD in common geometry grid localfunctions istl; do
if [ ! -d "dune-$MOD" ]; then if [ ! -d "dune-$MOD" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment