academic/cholmod: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 16:08:30 -04:00 committed by Willy Sudiarto Raharjo
parent 01c55541c2
commit b0d3193eec
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 10 additions and 8 deletions

View File

@ -1,16 +1,18 @@
CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization and CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization
update/downdate. and update/downdate.
This package is part of SuiteSparse. This package is part of SuiteSparse.
This requires a BLAS/LAPACK implementation. Choose one of these package sets: This requires a BLAS/LAPACK implementation. Choose one of these
package sets:
* OpenBLAS (includes both a BLAS and a LAPACK implementation) * OpenBLAS (includes both a BLAS and a LAPACK implementation)
* atlas (includes both a BLAS and a LAPACK implementation) * atlas (includes both a BLAS and a LAPACK implementation)
* blas, lapack (the Netlib reference implementations) * blas, lapack (the Netlib reference implementations)
If more than one set is installed (assuming there are no packaging conflicts) If more than one set is installed (assuming there are no packaging
then the auto-detection will use the first implementation from this list that conflicts) then the auto-detection will use the first implementation
it finds. If in doubt, choose the Netlib reference implementations; other from this list that it finds. If in doubt, choose the Netlib
packages that require a BLAS or LAPACK implementation may not build if they reference implementations; other packages that require a BLAS or
are not configured to detect/use alternate implementations. LAPACK implementation may not build if they are not configured to
detect/use alternate implementations.
metis is an optional dependency and will be used if found. metis is an optional dependency and will be used if found.