Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLP installed by default instead of Soplex if --with-soplex is missing #7

Closed
gchabert opened this issue Jul 5, 2014 · 3 comments
Closed
Assignees

Comments

@gchabert
Copy link
Contributor

gchabert commented Jul 5, 2014

It was supposed that the installation looks for soplex in the parent directory if --with-soplex was not specified. But the script now installs CLP instead, and it seems that CLP installation fails on some platforms (MacOS).

@Jordan08
Copy link
Member

Jordan08 commented Jul 5, 2014

For now, if no LP solver is specifyed, we install CLP.
But you're right we should check if soplex or cplex is available before installing CLP.

@gchabert
Copy link
Contributor Author

gchabert commented Jul 6, 2014

I'm fine with CLP as long as it can be installed properly on all platforms (as soplex up to now).
In fact I even prefer a library to be automatically installed from the bundle (in case of missing explicit option like --with-soplex) than a script looking to a particular library on a parent directory.
Note: we also need to update the installation doc on this point.

Jordan08 added a commit that referenced this issue Dec 2, 2014
Update wscript
@Jordan08
Copy link
Member

Jordan08 commented Dec 2, 2014

J'ai remis un peu d'ordre dans le wscript
Maintenant, si on ne précise pas le solver, le waf cherche les solver lineaire existant dans les chemins de base. Si il en trouve un, il l'utilise sinon il installe CLP.

J'ai rajouté également l'option "--without-lp" si on veut installer IBEX sans solver lineaire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants