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

Commit

Permalink
changed to and added SAGE_LOCAL -D for zlib, readline and bliss
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Apr 17, 2018
1 parent e18fe9b commit 353fcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/scipoptsuite/spkg-check
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd src/build/
echo "Now running the SCIP test suite..."
# Do the tests with the installed version of SCIP.
# (The uninstalled ones do not work because we did not adjust their library dependencies.)
$MAKE check MAINFILE="$SAGE_LOCAL"/bin/scip | tee testsuite.log
$MAKE test | tee testsuite.log
if [ $? -ne 0 ]; then
echo >&2 "Error: The SCIP test suite failed with an error status."
exit 1
Expand Down
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}
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}
make
make install

Expand Down

0 comments on commit 353fcc2

Please sign in to comment.