diff options
Diffstat (limited to 'academic/lapacke/README')
-rw-r--r-- | academic/lapacke/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/lapacke/README b/academic/lapacke/README index 1c67d43b68686..56e7a29488d5c 100644 --- a/academic/lapacke/README +++ b/academic/lapacke/README @@ -5,3 +5,6 @@ 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. + +To build a static library in addition to the shared library, +pass STATIC=yes to the script. |