Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2012-04-13 03:01:08 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2012-04-13 03:01:08 +0400
commitf1f3d7ca2f2ca1ea68a713990209f994f5412192 (patch)
tree7cbf37dbae63802b6712b4a4f4d4b2beb1d883ad
parent27b8f69489396ec66d7a11398f461762b82eb7bb (diff)
Update pkg/dok/dokinstall/blas.dok
-rw-r--r--dokinstall/blas.dok8
1 files changed, 8 insertions, 0 deletions
diff --git a/dokinstall/blas.dok b/dokinstall/blas.dok
index 3bb15a6..5d83dc9 100644
--- a/dokinstall/blas.dok
+++ b/dokinstall/blas.dok
@@ -116,6 +116,14 @@ properly because it did not find the required gfortran library. Make sure
that CMake can find all the required libraries through CMAKE_LIBRARY_PATH.
If your libraries are present in LD_LIBRARY_PATH, it should be fine too.
+The locations to search for are generally as follows.
+<file>
+/usr/lib/gcc/x86_64-linux-gnu/
+/usr/lib/gcc/x86_64-redhat-linux/4.4.4/
+</file>
+These are a bit crytpic, but look around and find the path that contains libgfortran.so.
+
+
Note that CMake will try to detect various BLAS/LAPACK libraries. If you have several libraries
installed on your computer (say Intel MKL and OpenBLAS), or if you want to avoid all these checks,
you might want to select the one you want to use with: