Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-course
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-course
Commits
2bc2ebe5
Commit
2bc2ebe5
authored
1 month ago
by
Ivan Buntic
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
44213165
' into 'releases/3.10'
Merge branch 'update-intallscript-3.10' into 'master' See merge request
!311
parents
f503daa7
d3d3ee65
No related branches found
No related tags found
2 merge requests
!321
Merge branch 'update-intallscript-3.10' into 'master'
,
!311
Merge branch 'update-intallscript-3.10' into 'master'
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
installcourse.sh
+4
-4
4 additions, 4 deletions
installcourse.sh
with
4 additions
and
4 deletions
installcourse.sh
+
4
−
4
View file @
2bc2ebe5
...
...
@@ -28,19 +28,19 @@ mkdir -p dumux_course
cd
dumux_course
echo
"Cloning dumux:"
git clone
--branch
releases/3.
8
--depth
=
1 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
git clone
--branch
releases/3.
10
--depth
=
1 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
echo
"Cloning dumux-course:"
git clone
--branch
master
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
git clone
--branch
releases/3.10
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
for
module
in
common geometry grid localfunctions istl
;
do
echo
"Cloning dune-
$module
:"
git clone
--branch
releases/2.
9
--depth
=
1 https://gitlab.dune-project.org/core/dune-
$module
.git
git clone
--branch
releases/2.
10
--depth
=
1 https://gitlab.dune-project.org/core/dune-
$module
.git
done
for
module
in
alugrid subgrid foamgrid
;
do
echo
"Cloning dune-
$module
:"
git clone
--branch
releases/2.
9
--depth
=
1 https://gitlab.dune-project.org/extensions/dune-
$module
.git
git clone
--branch
releases/2.
10
--depth
=
1 https://gitlab.dune-project.org/extensions/dune-
$module
.git
done
echo
"Finished cloning, building everything"
...
...
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