aboutsummaryrefslogtreecommitdiff
path: root/academic/lapacke/README
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2016-10-14 09:22:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-14 22:20:02 +0700
commit747fb8f1cfd4fe043a4d182e1c1e8884c49e7aad (patch)
tree8f61725b49aca4e2287744c303fb69dfa5988660 /academic/lapacke/README
parent84055738f4b5c73f5c17a5aa3ee750707eac72d2 (diff)
academic/lapacke: Added (C interface to LAPACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/lapacke/README')
-rw-r--r--academic/lapacke/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/lapacke/README b/academic/lapacke/README
new file mode 100644
index 0000000000000..1c67d43b68686
--- /dev/null
+++ b/academic/lapacke/README
@@ -0,0 +1,7 @@
+LAPACKE provides a native C interface to LAPACK routines available at
+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.