diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:08:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:34 +0700 |
commit | a4398d10d22b1f78e1f659e29b1971c71c00c94f (patch) | |
tree | 267b127e69812d0609630531eb0f32fe1a2e8851 /academic/lapacke | |
parent | 616c0fa79f98aeaaef142ccb781a37a78489de1a (diff) | |
download | slackbuilds-a4398d10d22b1f78e1f659e29b1971c71c00c94f.tar.gz |
academic/lapacke: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/lapacke')
-rw-r--r-- | academic/lapacke/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/academic/lapacke/README b/academic/lapacke/README index 56e7a29488..892bc75de9 100644 --- a/academic/lapacke/README +++ b/academic/lapacke/README @@ -1,10 +1,10 @@ LAPACKE provides a native C interface to LAPACK routines available at -www.netlib.org/lapack to facilitate usage of LAPACK functionality for C -programmers. +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. +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. +To build a static library in addition to the shared library, pass +STATIC=yes to the script. |