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

Commit

Permalink
suppress checking for IPOPT
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Apr 17, 2018
1 parent 2d6f547 commit 2f08be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/scipoptsuite/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "Building scipoptsuite with cmake"
cd src
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="${SAGE_LOCAL}"/ -DCMAKE_VERBOSE_MAKEFILE=ON -DGMP_DIR="${SAGE_LOCAL}" -DZLIB_ROOT="${SAGE_LOCAL}" -DReadline_ROOT_DIR="${SAGE_LOCAL}" -DBLISS_DIR="${SAGE_LOCAL}"
cmake .. -DCMAKE_INSTALL_PREFIX="${SAGE_LOCAL}"/ -DCMAKE_VERBOSE_MAKEFILE=ON -DGMP_DIR="${SAGE_LOCAL}" -DZLIB_ROOT="${SAGE_LOCAL}" -DReadline_ROOT_DIR="${SAGE_LOCAL}" -DBLISS_DIR="${SAGE_LOCAL}" -DIPOPT=FALSE
make
make install

Expand Down

0 comments on commit 2f08be1

Please sign in to comment.