Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Weik
waLBerla
Commits
01cff643
Commit
01cff643
authored
Jan 16, 2018
by
Christian Godenschwager
Browse files
Set CMAKE_FIND_ROOT_PATH for CMake in Conda python packages
parent
79755b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
utilities/conda/withLbm/build.sh
View file @
01cff643
mkdir
build
cd
build
export
BOOST_ROOT
=
$PREFIX
cmake ..
-DWALBERLA_BUILD_WITH_PYTHON
=
ON
-DWALBERLA_BUILD_WITH_PYTHON_MODULE
=
ON
-DWALBERLA_BUILD_WITH_PYTHON_LBM
=
ON
cmake
\
-DCMAKE_FIND_ROOT_PATH
=
${
PREFIX
}
\
-DWALBERLA_BUILD_WITH_PYTHON
=
ON
\
-DWALBERLA_BUILD_WITH_PYTHON_MODULE
=
ON
\
-DWALBERLA_BUILD_WITH_PYTHON_LBM
=
ON
\
..
make
-j
${
CPU_COUNT
}
pythonModuleInstall
utilities/conda/withoutLbm/build.sh
View file @
01cff643
...
...
@@ -2,6 +2,12 @@ mkdir build
cd
build
export
BOOST_ROOT
=
$PREFIX
cmake ..
-DWALBERLA_BUILD_WITH_PYTHON
=
ON
-DWALBERLA_BUILD_WITH_PYTHON_MODULE
=
ON
-DWALBERLA_BUILD_WITH_OPENMESH
=
ON
cmake
\
-DCMAKE_FIND_ROOT_PATH
=
${
PREFIX
}
\
-DWALBERLA_BUILD_WITH_PYTHON
=
ON
\
-DWALBERLA_BUILD_WITH_PYTHON_MODULE
=
ON
\
-DWALBERLA_BUILD_WITH_PYTHON_LBM
=
ON
\
..
make
-j
${
CPU_COUNT
}
pythonModuleInstall
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