-F Accelerate does not seem to work on all platforms. Replaced by explicit include.

release/4.3a0
Frank Dellaert 2010-08-08 16:59:15 +00:00
parent 0316a53f79
commit 4bc3229670
1 changed files with 1 additions and 1 deletions

View File

@ -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
#----------------------------------------------------------------------------------------------------