diff options
Diffstat (limited to 'academic/cblas/README')
-rw-r--r-- | academic/cblas/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/academic/cblas/README b/academic/cblas/README index 1ce4c499c37e..200ba0e7d1db 100644 --- a/academic/cblas/README +++ b/academic/cblas/README @@ -1,5 +1,6 @@ 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 -An existing FORTRAN BLAS library must be installed if you intend to build this -package. The reference BLAS from netlib is available at SlackBuilds.org. +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. |