aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2017-11-10 11:36:54 +0000
committerPjotr Prins2017-11-10 11:36:54 +0000
commitcede477719d288304fbea9d83678055e0711cf27 (patch)
treeb2847d6ee5fcd550a6d52bd09fba36f92cbec7db
parent2a8316aea62b574df74b52e9cb98e7fd68a591e1 (diff)
downloadpangemma-cede477719d288304fbea9d83678055e0711cf27.tar.gz
Docs: add flag for include files
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index bfd10bb..f0426e8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -70,7 +70,7 @@ may work
another example overriding optimization and LIB flags (so as to link
against gslv1) would be
- make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 WITH_OPENBLAS=1 GCC_FLAGS="-Wall" LIBS="$HOME/opt/gsl1/lib/libgsl.a $HOME/opt/gsl1/lib/libgslcblas.a -L$HOME/.guix-profile/lib -pthread -llapack -lblas -lz"
+ make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 WITH_OPENBLAS=1 GCC_FLAGS="-Wall -isystem/$HOME/opt/gsl1/include" LIBS="$HOME/opt/gsl1/lib/libgsl.a $HOME/opt/gsl1/lib/libgslcblas.a -L$HOME/.guix-profile/lib -pthread -llapack -lblas -lz"
to run GEMMA tests