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

Without libsuitesparse-dev, performance degrades severely without warning #971

Closed
gaschler opened this issue Mar 9, 2018 · 1 comment
Closed

Comments

@gaschler
Copy link
Contributor

gaschler commented Mar 9, 2018

When libsuitesparse-dev is not installed, (Ceres) optimization will take >100 times longer.
It would nice to warn about this.

@ojura
Copy link
Contributor

ojura commented Mar 9, 2018

Ah, I remember running into this a year ago. That was my first PR:
#189

Ceres declares a SparseLinearAlgebraLibrary CMake component when it's built against SuiteSparse, CXSparse or EigenSparse (see here). Seems like not using SuiteSparse results in slow optimization? Then we can change that line to require SuiteSparse exactly.

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