Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
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
Service Desk
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
dune-fem
dune-fem-dg
Commits
a5164581
Commit
a5164581
authored
9 years ago
by
Stefan Girke
Browse files
Options
Downloads
Patches
Plain Diff
change build script: Note: make build_tests; make test will build tests
parent
699f6dd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/build-dune-fem-dg.sh
+12
-4
12 additions, 4 deletions
scripts/build-dune-fem-dg.sh
with
12 additions
and
4 deletions
scripts/build-dune-fem-dg.sh
+
12
−
4
View file @
a5164581
...
...
@@ -19,7 +19,7 @@ fi
# NOTE: Zoltan has to be downloaded separately from
#change appropriately, i.e. 2.3 or empty (which refers to master)
DUNEVERSION
=
2.4
DUNEVERSION
=
# your favorite compiler optimization flags
FLAGS
=
"-O3 -DNDEBUG"
...
...
@@ -72,13 +72,16 @@ CONFIGURE_FLAGS=\"CXXFLAGS=\\\"$FLAGS\\\" \\
# fi
DUNEBRANCH
=
ALUGRIDBRANCH
=
FEMBRANCH
=
FEMDGBRANCH
=
if
[
"
$DUNEVERSION
"
!=
""
]
;
then
DUNEBRANCH
=
"-b releases/
$DUNEVERSION
"
ALUGRIDBRANCH
=
"-b releases/2.4"
FEMBRANCH
=
"-b releases/2.4-dune-fem-dg"
FEMDGBRANCH
=
"-b releases/2.4"
fi
ALUGRIDBRANCH
=
"-b releases/2.4"
FEMBRANCH
=
"-b releases/2.4-dune-fem-dg"
FEMDGBRANCH
=
"-b releases/2.4"
# get all dune modules necessary
for
MOD
in
$DUNEMODULES
;
do
if
[
"
$MOD
"
==
"dune-alugrid"
]
;
then
...
...
@@ -105,4 +108,9 @@ fi
cd
dune-fem-dg/build-cmake
TARGET
=
test
BUILD_TARGET
=
build_tests
# first build tests (compiling...)...
make
$MAKE_FLAGS
$BUILD_TARGET
# ... then run tests
make
$MAKE_FLAGS
$TARGET
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