From: Evan Shelhamer Date: Wed, 9 Apr 2014 21:33:31 +0000 (-0700) Subject: include vecLib BLAS dir on osx X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=938f946956cdd83037c82a7713ea8f190ba66314;p=platform%2Fupstream%2Fcaffe.git include vecLib BLAS dir on osx --- diff --git a/Makefile b/Makefile index 26dcac5..9de7379 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,7 @@ else LIBRARIES += cblas atlas else ifeq ($(OSX), 1) # OS X packages atlas as the vecLib framework + INCLUDE_DIRS += /System/Library/Frameworks/vecLib.framework/Versions/Current/Headers/ LIBRARIES += cblas LDFLAGS += -framework vecLib endif