You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, glomap depends explicitly on SuiteSparse.
On my distribution, ceres is not packaged with SuiteSparse support (it only provides the following CMake components: EigenSparse SparseLinearAlgebraLibrary LAPACK SchurSpecializations MultiThreadind).
I suggest to choose between:
add a note warning about this in README.md.
simply let ceres pick its sparse linear algebra backend using instead SparseLinearAlgebraLibrary.
Tell me what you think about it and I'll write the small PR if you interested.
The text was updated successfully, but these errors were encountered:
Currently,
glomap
depends explicitly onSuiteSparse
.On my distribution,
ceres
is not packaged withSuiteSparse
support (it only provides the following CMake components:EigenSparse SparseLinearAlgebraLibrary LAPACK SchurSpecializations MultiThreadind
).I suggest to choose between:
README.md
.ceres
pick its sparse linear algebra backend using insteadSparseLinearAlgebraLibrary
.Tell me what you think about it and I'll write the small PR if you interested.
The text was updated successfully, but these errors were encountered: