diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-14 22:47:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:39 +0700 |
commit | 53e9010822997189ddb44e7d037323c5c9a4b98b (patch) | |
tree | a4e2fbe6779c49ad08c2c189868e4040d3487581 /academic/cblas/README | |
parent | 38ef20f3998e52d869bcf345f37772d67d67acdd (diff) |
academic/cblas: Updated for version 3.8.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/cblas/README')
-rw-r--r-- | academic/cblas/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/cblas/README b/academic/cblas/README index 200ba0e7d1db0..37cd0e0795217 100644 --- a/academic/cblas/README +++ b/academic/cblas/README @@ -4,3 +4,6 @@ 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. + +To build a static library in addition to the shared library, +pass STATIC=yes to the script. |