diff options
author | Pjotr Prins | 2018-09-18 11:50:03 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-18 11:50:03 +0000 |
commit | 21bd19fd1aa8204cd17f74d971d003a0657f37f1 (patch) | |
tree | 06961196165cc4b48d71d8584d0335909d9fd4b3 /Makefile | |
parent | a1cae02bc62500bd50693e2cc90c3b97c3dcce13 (diff) | |
download | pangemma-21bd19fd1aa8204cd17f74d971d003a0657f37f1.tar.gz |
Fixing Travis build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |