aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'blas/README.txt')
-rw-r--r--blas/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/blas/README.txt b/blas/README.txt
index 466a6751c..07a8bd92a 100644
--- a/blas/README.txt
+++ b/blas/README.txt
@@ -4,4 +4,6 @@ This directory contains a BLAS library built on top of Eigen.
This is currently a work in progress which is far to be ready for use,
but feel free to contribute to it if you wish.
-If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on".
+This module is not built by default. In order to compile it, you need to
+type 'make blas' from within your build dir.
+