Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
910cc64b
Commit
910cc64b
authored
May 27, 2021
by
Hanchuan Wu
Browse files
Merge branch 'fix/update-script-versions' into 'master'
[install] update script versions to 3.4 See merge request
!2647
parents
a97d7f52
f899c767
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/installdumux.py
View file @
910cc64b
...
...
@@ -18,7 +18,7 @@ parser.add_argument('--dune-version',
default
=
"2.7"
,
help
=
'Dune version to be checked out.'
)
parser
.
add_argument
(
'--dumux-version'
,
default
=
"3.
3
"
,
default
=
"3.
4
"
,
help
=
'Dumux version to be checked out.'
)
args
=
vars
(
parser
.
parse_args
())
...
...
bin/installexternal.py
View file @
910cc64b
...
...
@@ -75,7 +75,7 @@ options.add_argument('--download', action="store_true", default=False,
parser
.
add_argument
(
'--dune_branch'
,
default
=
"releases/2.7"
,
help
=
'Dune branch to be checked out.'
)
parser
.
add_argument
(
'--dumux_branch'
,
default
=
"releases/3.
3
"
,
parser
.
add_argument
(
'--dumux_branch'
,
default
=
"releases/3.
4
"
,
help
=
'Dumux branch to be checked out.'
)
parser
.
add_argument
(
'--opm_branch'
,
default
=
"release/2020.10"
,
help
=
'Opm branch to be checked out.'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment