Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
3a18f1c3
Commit
3a18f1c3
authored
2 years ago
by
Mathis Kelm
Committed by
Timo Koch
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[bin] Update installscripts for release 3.6
parent
079d1f5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3304
[bin] Update installscripts for release 3.6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/installdumux.py
+1
-1
1 addition, 1 deletion
bin/installdumux.py
bin/installexternal.py
+1
-1
1 addition, 1 deletion
bin/installexternal.py
with
2 additions
and
2 deletions
bin/installdumux.py
+
1
−
1
View file @
3a18f1c3
...
@@ -26,7 +26,7 @@ parser = argparse.ArgumentParser(
...
@@ -26,7 +26,7 @@ parser = argparse.ArgumentParser(
)
)
# Optional arguments
# Optional arguments
parser
.
add_argument
(
"
--dune-version
"
,
default
=
"
2.8
"
,
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.
5
"
,
help
=
"
Dumux version to be checked out.
"
)
parser
.
add_argument
(
"
--dumux-version
"
,
default
=
"
3.
6
"
,
help
=
"
Dumux version to be checked out.
"
)
args
=
vars
(
parser
.
parse_args
())
args
=
vars
(
parser
.
parse_args
())
duneBranch
=
(
duneBranch
=
(
...
...
This diff is collapsed.
Click to expand it.
bin/installexternal.py
+
1
−
1
View file @
3a18f1c3
...
@@ -102,7 +102,7 @@ options.add_argument(
...
@@ -102,7 +102,7 @@ options.add_argument(
parser
.
add_argument
(
"
--dune-branch
"
,
default
=
"
releases/2.8
"
,
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
(
parser
.
add_argument
(
"
--dumux-branch
"
,
default
=
"
releases/3.
5
"
,
help
=
"
Dumux branch to be checked out.
"
"
--dumux-branch
"
,
default
=
"
releases/3.
6
"
,
help
=
"
Dumux branch to be checked out.
"
)
)
parser
.
add_argument
(
"
--opm-branch
"
,
default
=
"
release/2021.10
"
,
help
=
"
Opm branch to be checked out.
"
)
parser
.
add_argument
(
"
--opm-branch
"
,
default
=
"
release/2021.10
"
,
help
=
"
Opm branch to be checked out.
"
)
parser
.
add_argument
(
"
--mmesh-branch
"
,
default
=
"
release/1.3
"
,
help
=
"
Mmesh branch to be checked out.
"
)
parser
.
add_argument
(
"
--mmesh-branch
"
,
default
=
"
release/1.3
"
,
help
=
"
Mmesh branch to be checked out.
"
)
...
...
This diff is collapsed.
Click to expand it.
Timo Koch
@timok
mentioned in commit
b2b1a8b5
·
2 years ago
mentioned in commit
b2b1a8b5
mentioned in commit b2b1a8b5fecb7aac0aa1c5d7a488038f5d8a902a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment