Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
amdis
amdis-core
Commits
46a514e5
Commit
46a514e5
authored
6 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
updated the dune install script
parent
94bb365d
No related branches found
No related tags found
1 merge request
!31
updated the dune install script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/install_all_dune_modules.sh
+7
-6
7 additions, 6 deletions
bin/install_all_dune_modules.sh
with
7 additions
and
6 deletions
bin/install_all_dune_modules.sh
+
7
−
6
View file @
46a514e5
#!/usr/bin/env bash
if
[
$#
-lt
1
]
;
then
echo
"usage:
$0
D
OWNLOAD
_DIR"
echo
"usage:
$0
D
UNE_BASE
_DIR"
exit
1
fi
D
OWNLOAD
_DIR
=
"
$1
"
D
UNE_BASE
_DIR
=
"
$1
"
mkdir
-p
${
D
OWNLOAD_DIR
}
/dune
cd
${
D
OWNLOAD_DIR
}
/dune
mkdir
-p
${
D
UNE_BASE_DIR
}
cd
${
D
UNE_BASE_DIR
}
CORE_MODULES
=(
"dune-common"
"dune-geometry"
"dune-grid"
"dune-istl"
"dune-localfunctions"
)
STAGING_MODULES
=(
"dune-functions"
"dune-typetree"
"dune-uggrid"
)
...
...
@@ -29,6 +29,7 @@ done
echo
""
echo
"=============================================================="
echo
"To build all dune modules run the commands... "
echo
" DUNE_CONTROL_PATH=
${
DOWNLOAD_DIR
}
/dune dunecontrol configure"
echo
" DUNE_CONTROL_PATH=
${
DOWNLOAD_DIR
}
/dune dunecontrol make -j4 "
echo
" export PATH=
${
DUNE_BASE_DIR
}
/dune-common/bin:
\$
{PATH}"
echo
" DUNE_CONTROL_PATH=
${
DUNE_BASE_DIR
}
dunecontrol configure"
echo
" DUNE_CONTROL_PATH=
${
DUNE_BASE_DIR
}
dunecontrol make -j4 "
echo
"=============================================================="
\ No newline at end of file
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