remove python deps
authorYangqing Jia <jiayq84@gmail.com>
Tue, 12 Nov 2013 01:07:32 +0000 (17:07 -0800)
committerYangqing Jia <jiayq84@gmail.com>
Tue, 12 Nov 2013 01:07:32 +0000 (17:07 -0800)
Makefile

index 93cf537..c7d23f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,11 +42,10 @@ MKL_LIB_DIR := $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
 # define inclue and libaries
 # We put src here just for gtest
 INCLUDE_DIRS := ./src ./include /usr/local/include $(CUDA_INCLUDE_DIR) \
-       $(MKL_INCLUDE_DIR) /usr/include/python2.7
+       $(MKL_INCLUDE_DIR)
 LIBRARY_DIRS := /usr/lib /usr/local/lib $(CUDA_LIB_DIR) $(MKL_LIB_DIR)
 LIBRARIES := cuda cudart cublas curand protobuf opencv_core opencv_highgui \
-       glog mkl_rt mkl_intel_thread leveldb snappy pthread boost_system \
-       python2.7 boost_python
+       glog mkl_rt mkl_intel_thread leveldb snappy pthread boost_system
 WARNINGS := -Wall
 
 COMMON_FLAGS := -DNDEBUG $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir))