Simplified numpy/numarray include to avoid confusing SCons
This commit is contained in:
parent
2cf75e969e
commit
e205c27475
1 changed files with 4 additions and 10 deletions
|
|
@ -17,20 +17,14 @@
|
|||
|
||||
#ifdef HAS_NUMERIC
|
||||
#include "Numeric/arrayobject.h"
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NUMARRAY
|
||||
#include "numarray/arrayobject.h"
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NUMPY
|
||||
#include "numpy/arrayobject.h"
|
||||
#else
|
||||
// Create a compilation error to cause the program to bomb
|
||||
#include "Numeric/arrayobject.h"
|
||||
#include "numarray/arrayobject.h"
|
||||
#include "numpy/libnumarray.h"
|
||||
#include "numpy/arrayobject.h"
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "clib/ct.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue