summaryrefslogtreecommitdiffstats
path: root/academic/cblas/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/cblas/README')
-rw-r--r--academic/cblas/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/academic/cblas/README b/academic/cblas/README
index 1ce4c499c3..200ba0e7d1 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.