diff options
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 200ba0e7d1..37cd0e0795 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. |