scipopt / CSIP

Reduced and simplified C interface to SCIP
MIT License
15 stars 11 forks source link

simplify makefile with environment variable for scipoptsuite #14

Closed rschwarz closed 8 years ago

rschwarz commented 8 years ago

Instead of asking the users (who run the makefile) to supply the locations for the SCIP headers and the scipoptlib.so shared library, the Makefile should look for the environment variable SCIPOPTDIR and created the needed links based on that path.

This is also how PySCIPOpt's setup.py is working now.