summaryrefslogtreecommitdiffstats
path: root/academic/lapacke/README
diff options
context:
space:
mode:
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 0000000000..1c67d43b68
--- /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.