changeset 82:a51a335fbdf4

Add another NumPy path for my current Linux build
author Chris Cannam
date Thu, 10 Jan 2019 15:35:42 +0000
parents e2bb3cf7adf1
children ef4989f33648
files Makefile.linux
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.linux	Tue Mar 15 17:02:52 2016 +0000
+++ b/Makefile.linux	Thu Jan 10 15:35:42 2019 +0000
@@ -1,8 +1,9 @@
 
 CXXFLAGS	+= -DHAVE_NUMPY \
-		-O2 -Wall -Werror -fno-strict-aliasing -fPIC \
+		-D_DEBUG -O2 -Wall -Werror -fno-strict-aliasing -fPIC \
 		-I/usr/include/python2.7 \
-		-I/usr/lib/python2.7/dist-packages/numpy/core/include
+		-I/usr/lib/python2.7/dist-packages/numpy/core/include \
+		-I/usr/lib/python2.7/site-packages/numpy/core/include
 
 LDFLAGS		+= -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython2.7 -lpthread -Wl,--version-script=vamp-plugin.map