academic/lapacke: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 15:08:30 -04:00 committed by Willy Sudiarto Raharjo
parent 616c0fa79f
commit a4398d10d2
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.