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:
parent
01c55541c2
commit
b0d3193eec
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue