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
b56a745c
Commit
b56a745c
authored
5 days ago
by
Maziar Veyskarami
Committed by
Timo Koch
5 days ago
Browse files
Options
Downloads
Patches
Plain Diff
[installscript] update to dumux 3.10 and dune 2.10
parent
6e661ede
No related branches found
No related tags found
1 merge request
!308
[installscript] update to dumux 3.10 and dune 2.10
Pipeline
#57196
passed
5 days ago
Stage: trigger pipelines
Changes
1
Pipelines
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 @
b56a745c
...
@@ -28,19 +28,19 @@ mkdir -p dumux_course
...
@@ -28,19 +28,19 @@ mkdir -p dumux_course
cd
dumux_course
cd
dumux_course
echo
"Cloning dumux:"
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:"
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
for
module
in
common geometry grid localfunctions istl
;
do
echo
"Cloning dune-
$module
:"
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
done
for
module
in
alugrid subgrid foamgrid
;
do
for
module
in
alugrid subgrid foamgrid
;
do
echo
"Cloning dune-
$module
:"
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
done
echo
"Finished cloning, building everything"
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