More importantly, add sudo before ./waf configure --lp-lib=soplex. Otherwise, even if it shows "'configure' finished successfully", the next step sudo ./waf install will raise an error "The project was not configured: run "waf configure" first!" (tested on Ubuntu). (Note that this issue also exists for 2.8.8).
Update all 2.8.8 terms to 2.8.9
More importantly, add
sudo
before./waf configure --lp-lib=soplex
. Otherwise, even if it shows "'configure' finished successfully", the next stepsudo ./waf install
will raise an error "The project was not configured: run "waf configure" first!" (tested on Ubuntu). (Note that this issue also exists for 2.8.8).