Skip to content

Commit

Permalink
Merge pull request BVLC#7 from andrewkae/DEV-26867
Browse files Browse the repository at this point in the history
DEV-26867: Fix Makefile.config for local gpu in curalate caffe
  • Loading branch information
Andrew Kae authored Jun 30, 2017
2 parents ffe8084 + a2d8e46 commit ba9cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config.local.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba9cd42

Please sign in to comment.