summaryrefslogtreecommitdiffstats
path: root/academic/cblas/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2016-01-02 17:22:20 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-09 07:12:48 +0700
commitff76990b392104512945621c5bc65105c9fff4d8 (patch)
tree46a54df415da8ba7f54f9ceec107aa5002bf069d /academic/cblas/README
parentb7a833ce5d5670e8f8cffcf2c07141a843608049 (diff)
downloadslackbuilds-ff76990b392104512945621c5bc65105c9fff4d8.tar.gz
slackbuilds-ff76990b392104512945621c5bc65105c9fff4d8.tar.xz
academic/cblas: Updated for version 3.6.0 + new maintainer.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
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.