From a2d8e467e0de22650aeaf6996c315444b79618d9 Mon Sep 17 00:00:00 2001 From: Andrew Kae Date: Fri, 30 Jun 2017 19:36:34 -0400 Subject: [PATCH] DEV-26867: Fix Makefile.config for local gpu in curalate caffe https://curalate.atlassian.net/browse/DEV-26867 --- Makefile.config.local.gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.config.local.gpu b/Makefile.config.local.gpu index 8530c7bc311..3527d4804af 100644 --- a/Makefile.config.local.gpu +++ b/Makefile.config.local.gpu @@ -82,7 +82,7 @@ PYTHON_INCLUDE := $(shell python-config --prefix)/include/python2.7 \ PYTHON_LIB := $(shell python-config --prefix)/lib # We need to be able to find libpythonX.X.so or .dylib. -PYTHON_LIB := /usr/lib +# PYTHON_LIB := /usr/lib # PYTHON_LIB := $(ANACONDA_HOME)/lib # Homebrew installs numpy in a non standard path (keg only)