Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
200b1e32
Commit
200b1e32
authored
Oct 31, 2020
by
Praetorius, Simon
Browse files
Update install_all_dune_modules.sh
parent
8d56e0a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/install_all_dune_modules.sh
View file @
200b1e32
...
...
@@ -2,8 +2,8 @@
USAGE_HELP
=
"usage:
$0
--prefix DUNE_BASE_DIR [--branch DUNE_BRANCH]"
PREFIX
=
"
/opt/dune
"
BRANCH
=
"
master
"
PREFIX
=
"
-
"
BRANCH
=
"
releases/2.7
"
NUM_PROCS
=
$(
nproc
--all
)
while
[[
$#
-gt
0
]]
...
...
@@ -34,7 +34,7 @@ case $key in
esac
done
if
[[
"
$PREFIX
"
==
""
]]
;
then
if
[[
"
$PREFIX
"
==
"
-
"
]]
;
then
echo
$USAGE_HELP
exit
1
fi
...
...
@@ -45,14 +45,12 @@ cd ${PREFIX}
CORE_MODULES
=(
"dune-common"
"dune-geometry"
"dune-grid"
"dune-istl"
"dune-localfunctions"
)
STAGING_MODULES
=(
"dune-functions"
"dune-typetree"
"dune-uggrid"
)
EXTENSIONS_MODULES
=(
"dune-alugrid"
"dune-spgrid"
"dune-foamgrid"
)
EXTENSIONS_MODULES
=(
"dune-alugrid"
"dune-foamgrid"
)
MISC_MODULES
=(
"dune-vtk"
"dune-gmsh4"
"dune-curvedgrid"
"dune-curvedgeometry"
)
MISC_MODULES
=(
"dune-vtk"
"dune-gmsh4"
)
MISC_REPOS
=(
"https://gitlab.mn.tu-dresden.de/iwr/dune-vtk.git"
\
"https://gitlab.mn.tu-dresden.de/iwr/dune-gmsh4.git"
\
"https://gitlab.mn.tu-dresden.de/iwr/dune-curvedgrid.git"
\
"https://gitlab.mn.tu-dresden.de/iwr/dune-curvedgeometry.git"
)
MISC_BRANCHES
=(
"master"
"master"
"master"
"master"
)
"https://gitlab.mn.tu-dresden.de/iwr/dune-gmsh4.git"
)
MISC_BRANCHES
=(
"master"
"master"
)
# download all modules by git
for
MOD
in
${
CORE_MODULES
[*]
}
;
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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