Skip to content

Commit

Permalink
Hope this fixes the boost curse
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Jun 12, 2020
1 parent e986e8b commit cb9e730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-macos-new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for PYVER in ${PYTHON_VERS[@]}; do
-DCMAKE_INSTALL_PREFIX="$BUILDDIR/../gtsam_install" \
-DBoost_USE_STATIC_LIBS=ON \
-DBOOST_ROOT=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install/lib/cmake/Boost-1.73.0/ \
-DBoost_NO_SYSTEM_PATHS=OFF \
-DBUILD_STATIC_METIS=ON \
-DGTSAM_TYPEDEF_POINTS_TO_VECTORS=ON \
Expand Down
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for PYVER in ${PYTHON_VERS[@]}; do
-DCMAKE_INSTALL_PREFIX="$BUILDDIR/../gtsam_install" \
-DBoost_USE_STATIC_LIBS=ON \
-DBOOST_ROOT=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install \
-DCMAKE_PREFIX_PATH=$CURRDIR/boost_install/lib/cmake/Boost-1.73.0/ \
-DBoost_NO_SYSTEM_PATHS=OFF \
-DBUILD_STATIC_METIS=ON \
--trace-expand
Expand Down

0 comments on commit cb9e730

Please sign in to comment.