Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/papilo/spkg-install.in: Set BOOST_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 27, 2022
1 parent b62841d commit 6e78b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/pkgs/papilo/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cd src
mkdir build
cd build
sdh_cmake -DPAPILO_NO_BINARIES=1 ..
sdh_cmake -DPAPILO_NO_BINARIES=1 \
-DBOOST_ROOT="$SAGE_LOCAL" \
..
sdh_make
sdh_make_install

0 comments on commit 6e78b57

Please sign in to comment.