diff options
Diffstat (limited to 'libraries/blas/README')
-rw-r--r-- | libraries/blas/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/blas/README b/libraries/blas/README index a68d1dc790..e6326e5946 100644 --- a/libraries/blas/README +++ b/libraries/blas/README @@ -1,5 +1,7 @@ Build script for the reference BLAS library provided by Netlib. -The final package will contain static and shared libraries. + +To build a static library in addition to the shared library, +pass STATIC=yes to the script. Note: If you want good performance, then use the BLAS libraries provided by your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org. |