mirror of https://github.com/maderix/ANE.git
Use ACCELERATE_NEW_LAPACK to fix deprecated cblas warnings
This commit is contained in:
parent
389ee0dc77
commit
19da850fca
|
|
@ -1,5 +1,5 @@
|
|||
CC = xcrun clang
|
||||
CFLAGS = -O2 -Wall -Wno-deprecated-declarations -fobjc-arc
|
||||
CFLAGS = -O2 -Wall -DACCELERATE_NEW_LAPACK -fobjc-arc
|
||||
FRAMEWORKS = -framework Foundation -framework CoreML -framework IOSurface
|
||||
LDFLAGS = $(FRAMEWORKS) -ldl
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
CC = xcrun clang
|
||||
CFLAGS = -O2 -framework Foundation -framework IOSurface -framework Accelerate \
|
||||
CFLAGS = -O2 -DACCELERATE_NEW_LAPACK -framework Foundation -framework IOSurface -framework Accelerate \
|
||||
-isysroot $(shell xcrun --show-sdk-path) -fobjc-arc
|
||||
|
||||
train: train.m config.h io.h cpu_ops.h mil_dynamic.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue