diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:36:23 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:36:23 -0500 |
commit | ad17de3ee4206e6a8313049647f506c451f8f6a6 (patch) | |
tree | 64783319607b30322f21fa8b8d6c114178e4fb89 /academic/qrupdate | |
parent | 3666c7b6ecabc9ba573c232e2b0359b1a4b06edb (diff) |
academic/qrupdate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'academic/qrupdate')
-rw-r--r-- | academic/qrupdate/README | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/academic/qrupdate/README b/academic/qrupdate/README index e5979003d868..ec5b475e3906 100644 --- a/academic/qrupdate/README +++ b/academic/qrupdate/README @@ -1,12 +1,16 @@ qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions. -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) * atlas (includes both a BLAS and a LAPACK implementation) * blas, lapack (the Netlib reference implementations) -If more than one set is installed (assuming there are no packaging conflicts) -then the auto-detection will use the first implementation from this list that -it finds. If in doubt, choose the Netlib reference implementations; other -packages that require a BLAS or LAPACK implementation may not build if they -are not configured to detect/use alternate implementations. + +If more than one set is installed (assuming there are no packaging +conflicts) then the auto-detection will use the first implementation +from this list that it finds. If in doubt, choose the Netlib reference +implementations; other packages that require a BLAS or LAPACK +implementation may not build if they are not configured to detect/use +alternate implementations. |