From e7d5118b39c8712c4b23219704897c56c9b1f2fb Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 16 Sep 2010 17:35:53 +0000 Subject: [PATCH] Fix inclusion of Accelerate framework for non-apple compiler on Mac --- spqr_mini/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spqr_mini/Makefile.am b/spqr_mini/Makefile.am index 37f585f57..a58e79639 100644 --- a/spqr_mini/Makefile.am +++ b/spqr_mini/Makefile.am @@ -17,7 +17,7 @@ AM_CPPFLAGS = -DDLONG # Compiles cholmod in double/long mode # 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/Accelerate.framework/Headers endif endif