summaryrefslogtreecommitdiffstats
path: root/libraries/lapack/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lapack/README')
-rw-r--r--libraries/lapack/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README
index 6cbfe89752..fb54ac26bb 100644
--- a/libraries/lapack/README
+++ b/libraries/lapack/README
@@ -2,8 +2,11 @@ LAPACK provides routines for solving systems of simultaneous linear
equations, least-squares solutions of linear systems of equations,
eigenvalue problems, and singular value problems.
+xblas is an optional dependency.
+
To build a static library in addition to the shared library,
pass STATIC=yes to the script.
-Note: If you want good performance, then use the BLAS libraries provided by
- your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org.
+Note: If you want good performance, then use the BLAS libraries
+provided by your CPU vendor, or OpenBLAS or atlas provided by
+SlackBuilds.org.