-F Accelerate does not seem to work on all platforms. Replaced by explicit include.
parent
0316a53f79
commit
4bc3229670
|
|
@ -58,7 +58,7 @@ endif
|
||||||
|
|
||||||
# On Mac, we compile using the BLAS/LAPACK headers in the Accelerate framework
|
# On Mac, we compile using the BLAS/LAPACK headers in the Accelerate framework
|
||||||
if USE_ACCELERATE_MACOS
|
if USE_ACCELERATE_MACOS
|
||||||
AM_CPPFLAGS += -F Accelerate
|
AM_CPPFLAGS += -I/System/Library/Frameworks/vecLib.framework/Headers
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#----------------------------------------------------------------------------------------------------
|
#----------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue