Fix inclusion of Accelerate framework for non-apple compiler on Mac
parent
a10a5a7ee5
commit
e7d5118b39
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue