Mercurial > hg > vampy
diff Makefile.linux @ 82:a51a335fbdf4
Add another NumPy path for my current Linux build
author | Chris Cannam |
---|---|
date | Thu, 10 Jan 2019 15:35:42 +0000 |
parents | e101ff25d757 |
children | d5220acc1403 |
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