Mercurial > hg > vampy
diff vampy-main.cpp @ 66:5664fe298af2
Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
author | Chris Cannam |
---|---|
date | Mon, 17 Nov 2014 09:37:59 +0000 |
parents | 577b251cad2f |
children | 146d14ab15e7 |
line wrap: on
line diff
--- a/vampy-main.cpp Wed Aug 06 16:02:25 2014 +0100 +++ b/vampy-main.cpp Mon Nov 17 09:37:59 2014 +0000 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 8 indent-tabs-mode: t -*- */ /* * Vampy : This plugin is a wrapper around the Vamp plugin API. @@ -14,7 +15,8 @@ #ifdef HAVE_NUMPY // define a unique API pointer -#define PY_ARRAY_UNIQUE_SYMBOL VAMPY_ARRAY_API +#define PY_ARRAY_UNIQUE_SYMBOL VAMPY_ARRAY_API +#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include "numpy/arrayobject.h" // prevent building with very old versions of numpy