Commit f56ea1c4 authored by Alex Shen's avatar Alex Shen Committed by Lucas Hosseini

PYTHON executable location is missing in example makefile.inc (#626)

parent 87721af1
......@@ -117,6 +117,7 @@ SWIG = swig
PYTHONCFLAGS = -I/usr/include/python2.7/ -I/usr/lib64/python2.7/site-packages/numpy/core/include/
PYTHONLIB = -lpython
PYTHON = /usr/bin/python
###########################################################################
# Cuda GPU flags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment