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
iwr
amdis
Commits
58c50857
Commit
58c50857
authored
Feb 28, 2019
by
Praetorius, Simon
Browse files
build script for ci updated
parent
0653136e
Pipeline
#1748
failed with stages
in 25 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tools/build_amdis.bat
View file @
58c50857
...
...
@@ -37,7 +37,7 @@ rem # now build the demos
set
"BASEDIR=
%ROOT%
/demo"
set
"BUILD=
%BASEDIR%
/build/
%POSTFIX%
"
cmake
-E
make_directory
%BUILD%
cmake
-E
chdir
%BUILD%
cmake
-DAMD
I
S
_DIR:PATH
=
%ROOT%
/install
/
%POSTFIX%
/
share
/amdis
^
cmake
-E
chdir
%BUILD%
cmake
-DAMD
i
S
_DIR:PATH
=
%ROOT%
/install
/
%POSTFIX%
/
lib
/amdis
/cmake
^
-DBOOST
_ROOT:PATH
=
%BOOST_DIR%
-DBOOST
_LIBRARYDIR:PATH
=
%BOOST_LIB_DIR%
^
-G
"
%MSVC_GENERATOR%
"
%BASEDIR%
cmake
--build
%BUILD%
--config
Debug
...
...
@@ -46,7 +46,7 @@ rem # now build and run the test_suite
set
"BASEDIR=
%ROOT%
/test"
set
"BUILD=
%BASEDIR%
/build/
%POSTFIX%
"
cmake
-E
make_directory
%BUILD%
cmake
-E
chdir
%BUILD%
cmake
-DAMD
I
S
_DIR:PATH
=
%ROOT%
/install
/
%POSTFIX%
/
share
/amdis
^
cmake
-E
chdir
%BUILD%
cmake
-DAMD
i
S
_DIR:PATH
=
%ROOT%
/install
/
%POSTFIX%
/
lib
/amdis
/cmake
^
-DBOOST
_ROOT:PATH
=
%BOOST_DIR%
-DBOOST
_LIBRARYDIR:PATH
=
%BOOST_LIB_DIR%
^
-G
"
%MSVC_GENERATOR%
"
%BASEDIR%
cmake
--build
%BUILD%
--config
Debug
...
...
tools/build_amdis.sh
View file @
58c50857
...
...
@@ -41,10 +41,10 @@ fi
if
[
"
${
COMPONENT
}
"
==
"SEQUENTIAL"
]
;
then
POSTFIX
=
"
${
POSTFIX
}
_seq"
FLAGS
=
"-DENABLE_UMFPACK:BOOL=ON
-DENABLE_HYPRE:BOOL=ON
"
FLAGS
=
"-DENABLE_UMFPACK:BOOL=ON"
else
POSTFIX
=
"
${
POSTFIX
}
_par"
FLAGS
=
"-DENABLE_UMFPACK:BOOL=OFF -DENABLE_PARALLEL_DOMAIN:BOOL=ON
-DENABLE_ZOLTAN:BOOL=ON
"
FLAGS
=
"-DENABLE_UMFPACK:BOOL=OFF -DENABLE_PARALLEL_DOMAIN:BOOL=ON"
fi
if
[[
"
${
STAGE
}
"
==
"build"
||
"
${
STAGE
}
"
==
"all"
]]
;
then
...
...
Write
Preview
Markdown
is supported
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