summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson2020-10-11 22:07:31 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:41 +0200
commite0e49c8a3e36384010d7e7360e8a833848f6f237 (patch)
treeb394b3cb2155cb38d7a83470d77a1809ee2e0e09 /academic
parent500e887f4b729875b23ae8c49ca7f4ce5cb8d059 (diff)
downloadslackbuilds-e0e49c8a3e36384010d7e7360e8a833848f6f237.tar.gz
academic/cblas: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/cblas/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/academic/cblas/README b/academic/cblas/README
index 37cd0e0795..96f920457b 100644
--- a/academic/cblas/README
+++ b/academic/cblas/README
@@ -1,9 +1,10 @@
-CBLAS is a collection of wrappers that provide a C interface to the FORTRAN
-BLAS library. The interface can be consulted by opening /usr/include/cblas.h
+CBLAS is a collection of wrappers that provide a C interface to the
+FORTRAN BLAS library. The interface can be consulted by opening
+/usr/include/cblas.h
-This package is intended for use with the Netlib reference BLAS. It should
-also work with other BLAS implementations that do not already provide a CBLAS
-implementation.
+This package is intended for use with the Netlib reference BLAS.
+It should also work with other BLAS implementations that do not
+already provide a CBLAS implementation.
To build a static library in addition to the shared library,
pass STATIC=yes to the script.