Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SummerSchool2021-PAA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-pub
SummerSchool2021-PAA
Commits
d446c690
Commit
d446c690
authored
3 years ago
by
Ned Coltman
Browse files
Options
Downloads
Patches
Plain Diff
[install] fix checked out versions
parent
e1481ebf
No related branches found
No related tags found
1 merge request
!2
Feature/porescale
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
installsummerschool.py
+10
-10
10 additions, 10 deletions
installsummerschool.py
with
10 additions
and
10 deletions
installsummerschool.py
+
10
−
10
View file @
d446c690
...
...
@@ -56,34 +56,34 @@ def applyPatch(subFolder, patch):
os
.
remove
(
patchPath
)
print
(
"
Installing summerschool2021-paa
"
)
installModule
(
"
summerschool2021-paa
"
,
"
https://git.iws.uni-stuttgart.de/dumux-pub/summerschool2021-paa.git
"
,
"
origin/
master
"
)
installModule
(
"
summerschool2021-paa
"
,
"
https://git.iws.uni-stuttgart.de/dumux-pub/summerschool2021-paa.git
"
,
"
master
"
)
print
(
"
Installing dumux
"
)
installModule
(
"
dumux
"
,
"
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
"
,
"
origin/
master
"
)
installModule
(
"
dumux
"
,
"
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
"
,
"
master
"
)
print
(
"
Installing dumux-course
"
)
installModule
(
"
dumux-course
"
,
"
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
"
,
"
origin/
master
"
)
installModule
(
"
dumux-course
"
,
"
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
"
,
"
master
"
)
print
(
"
Installing dune-subgrid
"
)
installModule
(
"
dune-subgrid
"
,
"
https://git.imp.fu-berlin.de/agnumpde/dune-subgrid.git
"
,
"
origin/
master
"
)
installModule
(
"
dune-subgrid
"
,
"
https://git.imp.fu-berlin.de/agnumpde/dune-subgrid.git
"
,
"
master
"
)
print
(
"
Installing dune-localfunctions
"
)
installModule
(
"
dune-localfunctions
"
,
"
https://gitlab.dune-project.org/core/dune-localfunctions.git
"
,
"
origin/
releases/2.7
"
)
installModule
(
"
dune-localfunctions
"
,
"
https://gitlab.dune-project.org/core/dune-localfunctions.git
"
,
"
releases/2.7
"
)
print
(
"
Installing dune-foamgrid
"
)
installModule
(
"
dune-foamgrid
"
,
"
https://gitlab.dune-project.org/extensions/dune-foamgrid.git
"
,
"
origin/
master
"
)
installModule
(
"
dune-foamgrid
"
,
"
https://gitlab.dune-project.org/extensions/dune-foamgrid.git
"
,
"
master
"
)
print
(
"
Installing dune-istl
"
)
installModule
(
"
dune-istl
"
,
"
https://gitlab.dune-project.org/core/dune-istl.git
"
,
"
origin/
releases/2.7
"
)
installModule
(
"
dune-istl
"
,
"
https://gitlab.dune-project.org/core/dune-istl.git
"
,
"
releases/2.7
"
)
print
(
"
Installing dune-geometry
"
)
installModule
(
"
dune-geometry
"
,
"
https://gitlab.dune-project.org/core/dune-geometry.git
"
,
"
origin/
releases/2.7
"
)
installModule
(
"
dune-geometry
"
,
"
https://gitlab.dune-project.org/core/dune-geometry.git
"
,
"
releases/2.7
"
)
print
(
"
Installing dune-grid
"
)
installModule
(
"
dune-grid
"
,
"
https://gitlab.dune-project.org/core/dune-grid.git
"
,
"
origin/
releases/2.7
"
)
installModule
(
"
dune-grid
"
,
"
https://gitlab.dune-project.org/core/dune-grid.git
"
,
"
releases/2.7
"
)
print
(
"
Installing dune-common
"
)
installModule
(
"
dune-common
"
,
"
https://gitlab.dune-project.org/core/dune-common.git
"
,
"
origin/
releases/2.7
"
)
installModule
(
"
dune-common
"
,
"
https://gitlab.dune-project.org/core/dune-common.git
"
,
"
releases/2.7
"
)
print
(
"
Applying patch for dune-subgrid for load balance requirement
"
)
patch
=
"""
...
...
This diff is collapsed.
Click to expand it.
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