Skip to content
GitLab
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-course
Commits
219de892
Commit
219de892
authored
May 26, 2021
by
Theresa Schollenberger
Browse files
update install script
parent
0a53b97b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/install.sh
View file @
219de892
...
...
@@ -51,12 +51,12 @@ cd DUMUX
# download the test script and the cmake.opts
if
[
!
-f
"test_dumux.sh"
]
;
then
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/releases/3.
3
/scripts/test_dumux.sh
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/releases/3.
4
/scripts/test_dumux.sh
fi
chmod
+x test_dumux.sh
if
[
!
-f
"cmake.opts"
]
;
then
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/releases/3.
3
/cmake.opts
wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/releases/3.
4
/cmake.opts
fi
if
[
$?
-ne
0
]
;
then
...
...
@@ -98,29 +98,29 @@ done
# dune-subgrid
if
[
!
-d
"dune-subgrid"
]
;
then
git clone
-b
releases/
2.6-1
https://git.imp.fu-berlin.de/agnumpde/dune-subgrid.git
git clone
-b
releases/
$DUNE_VERSION
https://git.imp.fu-berlin.de/agnumpde/dune-subgrid.git
else
echo
"Skip cloning dune-subgrid because the folder already exists."
git checkout releases/
2.6-1
git checkout releases/
$DUNE_VERSION
fi
# dumux
if
[
!
-d
"dumux"
]
;
then
git clone
-b
releases/3.
3
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
git clone
-b
releases/3.
4
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
else
echo
"Skip cloning dumux because the folder already exists."
cd
dumux
git checkout releases/3.
3
git checkout releases/3.
4
cd
..
fi
# dumux-course
if
[
!
-d
"dumux-course"
]
;
then
git clone
-b
releases/3.
3
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
git clone
-b
releases/3.
4
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
else
echo
"Skip cloning dumux-course because the folder already exists."
cd
dumux-course
git checkout releases/3.
3
git checkout releases/3.
4
cd
..
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment