summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson2020-10-12 21:08:30 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:34 +0200
commita4398d10d22b1f78e1f659e29b1971c71c00c94f (patch)
tree267b127e69812d0609630531eb0f32fe1a2e8851 /academic
parent616c0fa79f98aeaaef142ccb781a37a78489de1a (diff)
downloadslackbuilds-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')
-rw-r--r--academic/lapacke/README14
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.