-
Notifications
You must be signed in to change notification settings - Fork 70
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
Configuration error in Ubuntu 16.04 if libblas-dev, gfortran or liblapack-dev are not installed but ipopt it is #329
Comments
then IPOpt does not have these dependencies on linux? |
I think it is related to https://bugs.launchpad.net/ubuntu/+source/coinor-ipopt/+bug/1659835 . I do not have clear if it is actually possible to link to ipopt without linking those libraries. |
@traversaro yes.. that is what I thought. |
In particular, add the workaround for robotology/icub-main#418 , that should solve #329 as well
Related issue: robotology/icub-main#418 .
However, as ipopt links this libraries undirectly, using ipopt without linking them works fine (confirming that the core problem is that the pkg-config file is malformed). For this reason I think it make sense to merge #331 . |
Fixed by #331 . |
The text was updated successfully, but these errors were encountered: