From 58745e0a531a5f99d13b2591cae6182a59ce2fd4 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Fri, 27 Oct 2017 14:32:31 -0500 Subject: Revised MacOSX Makefile. --- Makefile.macosx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.macosx b/Makefile.macosx index d2c1d90..6a64dfe 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -39,7 +39,8 @@ 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++ -- cgit v1.2.3 From f7ed3963845058fb227b43105553b9af585293ef Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Fri, 27 Oct 2017 16:28:48 -0500 Subject: Updated version number in Makefile.macosx. --- Makefile.macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.macosx b/Makefile.macosx index 6a64dfe..65d7390 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -33,7 +33,7 @@ # 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 -- cgit v1.2.3