academic/cblas: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 16:07:31 -04:00 committed by Willy Sudiarto Raharjo
parent 500e887f4b
commit e0e49c8a3e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
CBLAS is a collection of wrappers that provide a C interface to the FORTRAN CBLAS is a collection of wrappers that provide a C interface to the
BLAS library. The interface can be consulted by opening /usr/include/cblas.h 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 This package is intended for use with the Netlib reference BLAS.
also work with other BLAS implementations that do not already provide a CBLAS It should also work with other BLAS implementations that do not
implementation. already provide a CBLAS implementation.
To build a static library in addition to the shared library, To build a static library in addition to the shared library,
pass STATIC=yes to the script. pass STATIC=yes to the script.