README 417 B

1234567891011
  1. CBLAS is a collection of wrappers that provide a C interface to the
  2. FORTRAN BLAS library. The interface can be consulted by opening
  3. /usr/include/cblas.h
  4. This package is intended for use with the Netlib reference BLAS.
  5. It should also work with other BLAS implementations that do not
  6. already provide a CBLAS implementation.
  7. To build a static library in addition to the shared library,
  8. pass STATIC=yes to the script.