README 458 B

12345678910111213
  1. LAPACKE provides a native C interface to LAPACK routines available at
  2. www.netlib.org/lapack to facilitate usage of LAPACK functionality for
  3. C programmers.
  4. This package is intended for use with the Netlib reference LAPACK.
  5. It should also work with other LAPACK implementations that do not
  6. already provide a LAPACKE implementation.
  7. xblas is an optional dependency.
  8. To build a static library in addition to the shared library, pass
  9. STATIC=yes to the script.