File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ if use_intel_sort and not fs.exists('src/npysort/x86-simd-sort/README.md')
123
123
error (' Missing the `x86-simd-sort` git submodule! Run `git submodule update --init` to fix this.' )
124
124
endif
125
125
126
+ if not fs.exists(' src/common/pythoncapi-compat' )
127
+ error (' Missing the `pythoncapi-compat` git submodule! ' +
128
+ ' Run `git submodule update --init` to fix this.' )
129
+ endif
130
+
126
131
# Check sizes of types. Note, some of these landed in config.h before, but were
127
132
# unused. So clean that up and only define the NPY_SIZEOF flavors rather than
128
133
# the SIZEOF ones
Original file line number Diff line number Diff line change 1
1
#define NPY_NO_DEPRECATED_API NPY_API_VERSION
2
- #define NO_IMPORT_
2
+ #define NO_IMPORT_ARRAY
3
3
4
4
#include "numpy/ndarraytypes.h"
5
5
#include "numpy/ufuncobject.h"
You can’t perform that action at this time.
0 commit comments