Skip to content

Commit 214a2e1

Browse files
committed
Prevent cmake from finding system boost
1 parent 6d96cc9 commit 214a2e1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/configure_core.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cmake -H"${KRATOS_SOURCE}" -B"${KRATOS_BUILD}/${KRATOS_BUILD_TYPE}" \
3737
${KRATOS_CMAKE_OPTIONS_FLAGS} \
3838
-DUSE_MPI=ON \
3939
-DBOOST_ROOT="/workspace/boost/boost_1_87_0" \
40+
-DBoost_NO_SYSTEM_PATHS=ON \
4041
-DCMAKE_CXX_FLAGS="${KRATOS_CMAKE_CXX_FLAGS} -O0 -Wall" \
4142
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
4243
-DTRILINOS_INCLUDE_DIR="/usr/include/trilinos" \

.github/workflows/configure_core_applications.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ cmake -H"${KRATOS_SOURCE}" -B"${KRATOS_BUILD}/${KRATOS_BUILD_TYPE}" \
4040
${KRATOS_CMAKE_OPTIONS_FLAGS} \
4141
-DUSE_MPI=ON \
4242
-DBOOST_ROOT="/workspace/boost/boost_1_87_0" \
43+
-DBoost_NO_SYSTEM_PATHS=ON \
4344
-DEXCLUDE_KRATOS_CORE=ON \
4445
-DEXCLUDE_AUTOMATIC_DEPENDENCIES=ON \
4546
-DREMOVE_INSTALL_DIRECTORIES=OFF \

.github/workflows/configure_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cmake -H"${KRATOS_SOURCE}" -B"${KRATOS_BUILD}/${KRATOS_BUILD_TYPE}" \
4141
${KRATOS_CMAKE_OPTIONS_FLAGS} \
4242
-DUSE_MPI=ON \
4343
-DBOOST_ROOT="/workspace/boost/boost_1_87_0" \
44+
-DBoost_NO_SYSTEM_PATHS=ON \
4445
-DEXCLUDE_KRATOS_CORE=ON \
4546
-DEXCLUDE_AUTOMATIC_DEPENDENCIES=ON \
4647
-DREMOVE_INSTALL_DIRECTORIES=OFF \

.github/workflows/configure_research_applications.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cmake -H"${KRATOS_SOURCE}" -B"${KRATOS_BUILD}/${KRATOS_BUILD_TYPE}" \
5555
${KRATOS_CMAKE_OPTIONS_FLAGS} \
5656
-DUSE_MPI=ON \
5757
-DBOOST_ROOT="/workspace/boost/boost_1_87_0" \
58+
-DBoost_NO_SYSTEM_PATHS=ON \
5859
-DEXCLUDE_KRATOS_CORE=ON \
5960
-DEXCLUDE_AUTOMATIC_DEPENDENCIES=ON \
6061
-DREMOVE_INSTALL_DIRECTORIES=OFF \

0 commit comments

Comments
 (0)