aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-09-18 11:05:30 +0000
committerPjotr Prins2018-09-18 11:05:30 +0000
commit7c89b141975d4aa0ef29e99508c45652864efc38 (patch)
treee458b82c3f1e1a6523c84e5be649dd64570bd2cd /Makefile
parent73f7789743b50eca42d8ba7b95f0654ccd1825bf (diff)
downloadpangemma-7c89b141975d4aa0ef29e99508c45652864efc38.tar.gz
Fix Travis build again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 069c0b3..0ee34eb 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,8 @@ ifeq ($(SYS), WIN)
EIGEN_INCLUDE_PATH = ../eigen-git-mirror
OPENBLAS_INCLUDE_PATH = ../OpenBLAS-v0.2.19-Win64-int32/include -L../OpenBLAS-v0.2.19-Win64-int32/lib
else
- # OPENBLAS_INCLUDE_PATH = /usr/local/opt/openblas/include
+ # used by Travis:
+ OPENBLAS_INCLUDE_PATH = /usr/local/opt/openblas/include
ifeq ($(SYS), MAC)
EIGEN_INCLUDE_PATH = /usr/local/include/eigen3
else