diff options
Diffstat (limited to 'academic')
-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. |