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