aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2018-09-18 11:50:03 +0000
committerPjotr Prins2018-09-18 11:50:03 +0000
commit21bd19fd1aa8204cd17f74d971d003a0657f37f1 (patch)
tree06961196165cc4b48d71d8584d0335909d9fd4b3 /Makefile
parenta1cae02bc62500bd50693e2cc90c3b97c3dcce13 (diff)
downloadpangemma-21bd19fd1aa8204cd17f74d971d003a0657f37f1.tar.gz
Fixing Travis build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4214dfb..daee7cc 100644
--- a/Makefile
+++ b/Makefile
@@ -79,9 +79,7 @@ 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
- ifdef TRAVIS_CI
- OPENBLAS_INCLUDE_PATH = /usr/local/opt/openblas/include
- endif
+ OPENBLAS_INCLUDE_PATH = /usr/local/opt/openblas/include
ifeq ($(SYS), MAC)
EIGEN_INCLUDE_PATH = /usr/local/include/eigen3
else