aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2017-11-09 08:20:40 +0000
committerPjotr Prins2017-11-09 08:20:40 +0000
commit9cd9edf70b0210bf0c53ccf724c8cf6c9b38c1ef (patch)
treeb705ed157caa28a3c0293e52325c3ee25479c507
parenta96b717e7f6f8ef54a3d7daea6a55e10b437af58 (diff)
parentf7ed3963845058fb227b43105553b9af585293ef (diff)
downloadpangemma-9cd9edf70b0210bf0c53ccf724c8cf6c9b38c1ef.tar.gz
Merge branch 'gemma-0.97-preview' of github.com:genetics-statistics/GEMMA into gemma-0.97-preview
-rw-r--r--Makefile.macosx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.macosx b/Makefile.macosx
index d2c1d90..65d7390 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -33,13 +33,14 @@
# Set this variable to either LNX or MAC
SYS = MAC # LNX|MAC (Linux is the default)
# Leave blank after "=" to disable; put "= 1" to enable
-DIST_NAME = gemma-0.97.2
+DIST_NAME = gemma-0.97.3
DEBUG = # DEBUG mode, set DEBUG= for a release
SHOW_COMPILER_WARNINGS =
WITH_LAPACK = 1
WITH_OPENBLAS = # Defaults to LAPACK - OPENBLAS may be faster
FORCE_STATIC = # Static linking of libraries
-GCC_FLAGS = -O3 -I/usr/local/Cellar/gsl/2.4/include -I./eigen
+GCC_FLAGS = -O3 -I/usr/local/Cellar/gsl/2.4/include -I./eigen \
+ -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Headers
TRAVIS_CI = # used by TRAVIS for testing
EIGEN_INCLUDE_PATH=
CXX = g++