summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson2022-03-12 20:36:23 +0100
committer B. Watson2022-03-12 20:36:23 +0100
commitad17de3ee4206e6a8313049647f506c451f8f6a6 (patch)
tree64783319607b30322f21fa8b8d6c114178e4fb89 /academic
parent3666c7b6ecabc9ba573c232e2b0359b1a4b06edb (diff)
downloadslackbuilds-ad17de3ee4206e6a8313049647f506c451f8f6a6.tar.gz
academic/qrupdate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'academic')
-rw-r--r--academic/qrupdate/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/academic/qrupdate/README b/academic/qrupdate/README
index e5979003d8..ec5b475e39 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.