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

Merge branch 'cleanup/install-external-upgrade-to-dune-2.8' into 'master'

[installdumux.py] Upgrade default to dune 2.8

See merge request !2911
parents 4c2005ce 4cf300bd
No related branches found
No related tags found
1 merge request!2911[installdumux.py] Upgrade default to dune 2.8
Pipeline #10424 failed
+2
......@@ -17,7 +17,7 @@ parser = argparse.ArgumentParser(
description="This script downloads and compiles the latest release of Dumux.",
)
# Optional arguments
parser.add_argument("--dune-version", default="2.7", help="Dune version to be checked out.")
parser.add_argument("--dune-version", default="2.8", help="Dune version to be checked out.")
parser.add_argument("--dumux-version", default="3.4", help="Dumux version to be checked out.")
args = vars(parser.parse_args())
......
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