Skip to content
Snippets Groups Projects
Commit 50fdcf34 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'update-to-dumux-3.6' into 'master'

Make dumux course 3.6 work with dumux release 3.6

See merge request !132
parents d2f7d2c9 220fc9fd
No related branches found
No related tags found
1 merge request!132Make dumux course 3.6 work with dumux release 3.6
Pipeline #24986 passed
......@@ -20,8 +20,8 @@ for instance, with this sequence of commands:
```bash
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/raw/releases/3.5/bin/installdumux.py
python3 installdumux.py --dumux-version 3.5 --dune-version 2.8
python3 dumux/bin/installexternal.py dumux-course
python3 installdumux.py --dumux-version 3.6 --dune-version 2.9
python3 dumux/bin/installexternal.py dumux-course --dune-branch releases/2.9
./dune-common/bin/dunecontrol --opts=./dumux/cmake.opts all
```
......@@ -58,4 +58,4 @@ software packages are needed:
For some excercises you might need UMFPack. UMFPack can be installed via Suitesparse.
For instance on Ubuntu use `apt-get install libsuitesparse-dev`.
Last updated for: __DuMu<sup>x</sup> release 3.5 in May 2022__.
Last updated for: __DuMu<sup>x</sup> release 3.6 in Dec 2022__.
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