diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-15 01:47:56 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:39 +0700 |
commit | eda4f256bb5ed2c37a3473f4945fb367e68cc5bd (patch) | |
tree | 3da986a65f751e064586ae51e1b655104e7ba1ce /academic/lapacke/README | |
parent | 0ce1634d97fbdd8bb021aaa2cf27d6cf9c623449 (diff) |
academic/lapacke: Updated for version 3.8.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
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 1c67d43b68..56e7a29488 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. |