From f1a483249847ad626511b5038ea1f33f6d4b1d22 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 9 Nov 2021 16:59:54 +0000 Subject: [PATCH] [installexternal.py] Use dune release 2.8 per default --- bin/installexternal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installexternal.py b/bin/installexternal.py index af3035b10a..eb764491f4 100755 --- a/bin/installexternal.py +++ b/bin/installexternal.py @@ -94,7 +94,7 @@ options.add_argument( "--download", action="store_true", default=False, help="Only download the packages." ) -parser.add_argument("--dune-branch", default="releases/2.7", help="Dune branch to be checked out.") +parser.add_argument("--dune-branch", default="releases/2.8", help="Dune branch to be checked out.") parser.add_argument( "--dumux-branch", default="releases/3.4", help="Dumux branch to be checked out." ) -- GitLab