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

Commit

Permalink
polymake: disable SoPlex to avoid linking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 7, 2018
1 parent 0b818c3 commit 24aec38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/pkgs/polymake/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ if [ `uname` = Darwin ]; then
more_configure_options="$more_configure_options --without-fink"
fi

# We disable SoPlex to avoid linking errors (#24905).
./configure --without-java \
--without-javaview \
--without-soplex \
--prefix="$SAGE_LOCAL" \
--exec-prefix="$SAGE_LOCAL" \
--includedir="$SAGE_LOCAL"/include \
Expand Down

0 comments on commit 24aec38

Please sign in to comment.