From e0e49c8a3e36384010d7e7360e8a833848f6f237 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Oct 2020 16:07:31 -0400 Subject: academic/cblas: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/cblas/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'academic/cblas') diff --git a/academic/cblas/README b/academic/cblas/README index 37cd0e0795..96f920457b 100644 --- a/academic/cblas/README +++ b/academic/cblas/README @@ -1,9 +1,10 @@ -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 +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 -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. +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. -- cgit v1.2.3-65-gdbad