-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[request] suitesparse/5.10.1 #5763
Comments
Related:
|
Yeah, that would be helpful. Without SUITESPARSE, the covariance computation of ceres-solver is extremely slow. |
SuiteSparse (v7.7.0) is ready for packaging, now that we have a working OpenBLAS with BLAS and LAPACK support and an almost fully-functional OpenMP support (#22353). As the name suggests, SuiteSparse consists of a suite of mostly independent libraries, where each of them:
So it makes more sense to package each of the sub-components separately, despite it requiring the creation of a considerable number of new packages and related PRs. On the upside, this also allows only specific components to be used as needed, with binaries available and without having to build everything (such as suitesparse-graphblas, which can take up to an hour to build with pre-built kernels enabled). Here's the list of PRs for each of the sub-package:
I did not create a |
Package Details
Description Of The Library / Tool
SuiteSparse is a suite of sparse matrix algorithms.
The text was updated successfully, but these errors were encountered: