diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:07:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:41 +0700 |
commit | e0e49c8a3e36384010d7e7360e8a833848f6f237 (patch) | |
tree | b394b3cb2155cb38d7a83470d77a1809ee2e0e09 /academic/cblas/README | |
parent | 500e887f4b729875b23ae8c49ca7f4ce5cb8d059 (diff) |
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/cblas/README')
-rw-r--r-- | academic/cblas/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/academic/cblas/README b/academic/cblas/README index 37cd0e079521..96f920457bc4 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. |