Skip to content

Commit

Permalink
Patched Makefile.config.example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacox committed May 12, 2017
1 parent 0f78ce0 commit 5d6c070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributions simplifying and improving our build system are welcome!

# cuDNN acceleration switch (uncomment to build with cuDNN).
# USE_CUDNN := 1
USE_CUDNN := 1

# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1
Expand Down Expand Up @@ -88,7 +88,7 @@ PYTHON_LIB := /usr/lib
# PYTHON_LIB += $(shell brew --prefix numpy)/lib

# Uncomment to support layers written in Python (will link against Python libs)
# WITH_PYTHON_LAYER := 1
WITH_PYTHON_LAYER := 1

# Whatever else you find you need goes here.
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include
Expand Down

0 comments on commit 5d6c070

Please sign in to comment.