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:
-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: