diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:53 -0400 |
commit | 44dc8195e3c3b2720d3243da3717b97a2b149d74 (patch) | |
tree | 7222024177b48df823238711618a8364bba8cbfe /libraries/lapack | |
parent | 57a32218138a29f713e44844aacf0d9ac4b37629 (diff) | |
download | slackbuilds-44dc8195e3c3b2720d3243da3717b97a2b149d74.tar.gz |
libraries/lapack: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lapack')
-rw-r--r-- | libraries/lapack/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README index 25b52b9faa..fb54ac26bb 100644 --- a/libraries/lapack/README +++ b/libraries/lapack/README @@ -7,5 +7,6 @@ xblas is an optional dependency. To build a static library in addition to the shared library, pass STATIC=yes to the script. -Note: If you want good performance, then use the BLAS libraries provided by - your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org. +Note: If you want good performance, then use the BLAS libraries +provided by your CPU vendor, or OpenBLAS or atlas provided by +SlackBuilds.org. |