From a4398d10d22b1f78e1f659e29b1971c71c00c94f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 15:08:30 -0400 Subject: academic/lapacke: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/lapacke/README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'academic') 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. -- cgit v1.2.3