include vecLib BLAS dir on osx
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 9 Apr 2014 21:33:31 +0000 (14:33 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 9 Apr 2014 21:33:31 +0000 (14:33 -0700)
Makefile

index 26dcac5..9de7379 100644 (file)
--- 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