From 4bc3229670eb7f3006cea5743945aac7b865f975 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sun, 8 Aug 2010 16:59:15 +0000 Subject: [PATCH] -F Accelerate does not seem to work on all platforms. Replaced by explicit include. --- base/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Makefile.am b/base/Makefile.am index 22619d1fd3..6b7aa2e7d0 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -58,7 +58,7 @@ endif # On Mac, we compile using the BLAS/LAPACK headers in the Accelerate framework if USE_ACCELERATE_MACOS -AM_CPPFLAGS += -F Accelerate +AM_CPPFLAGS += -I/System/Library/Frameworks/vecLib.framework/Headers endif #----------------------------------------------------------------------------------------------------