Skip to content

Commit

Permalink
Using BOOST_ROOT instead
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Jul 19, 2022
1 parent 7c9804b commit 3eb1833
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ jobs:
- name: Build and test
run: |
# set up some variables so that CMake can find boost
export BOOST_INCLUDE_DIR="/usr/local/opt/[email protected]/include"
export BOOST_LIBRARY_DIR="/usr/local/opt/[email protected]/lib"
export CXXFLAGS="-DUSE_BOOST -I${BOOST_INCLUDE_DIR} -L${BOOST_LIBRARY_DIR}"
export LDFLAGS="-L${BOOST_LIBRARY_DIR} -lboost_filesystem -lboost_system"
export BOOST_ROOT="/usr/local/opt/[email protected]"
mkdir build
cd build
cmake -DBOOST=1 -DNOOPENMP=1 -DSKIP_PYTHON=1 ..
Expand Down

0 comments on commit 3eb1833

Please sign in to comment.