aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2017-07-09 09:03:29 +0000
committerPjotr Prins2017-07-09 09:03:29 +0000
commitebb9f253d5fc3bdb9d14de3cb05a8d3292553a94 (patch)
tree3128f615fa5de9fe1c30799f897a7fc6542622cc /INSTALL.md
parentd2ea25218f28c01afcb2480960fdf090318a864b (diff)
downloadpangemma-ebb9f253d5fc3bdb9d14de3cb05a8d3292553a94.tar.gz
Makefile: add OpenBLAS support
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 32d37f3..de6558b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -47,7 +47,7 @@ Install listed dependencies and run
if you get an Eigen error you may need to override the include
path. E.g. on GNU Guix with shared libs this may work
- make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 FORCE_DYNAMIC=1
+ make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 FORCE_DYNAMIC=1 WITH_OPENBLAS=1
to run GEMMA tests