This removes the numeric python dependency and switches to relying on numpy.
current status of tests from branch: pass on lin32 and 64 and win32.
This commit is contained in:
Greg Landrum
2008-07-05 07:42:38 +00:00
parent 4d75f40534
commit c9eb4e91e1
138 changed files with 10785 additions and 10112 deletions

View File

@@ -5,7 +5,7 @@
#include <boost/python.hpp>
#include <boost/python/numeric.hpp>
#define PY_ARRAY_UNIQUE_SYMBOL RD_array_API
#include "Numeric/arrayobject.h"
#include "numpy/oldnumeric.h"
namespace python = boost::python;