File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ def extensions():
96
96
defs = [('_FILE_OFFSET_BITS' , '64' ),
97
97
('_LARGEFILE_SOURCE' , '1' ),
98
98
('_LARGEFILE64_SOURCE' , '1' ),
99
- ("PY_ARRAY_UNIQUE_SYMBOL" , "mkl_random_ext" ),
100
- ("NPY_NO_DEPRICATED_API" , None )]
99
+ ("PY_ARRAY_UNIQUE_SYMBOL" , "mkl_random_ext" )]
101
100
102
101
exts = [
103
102
Extension (
@@ -110,7 +109,7 @@ def extensions():
110
109
depends = [
111
110
os .path .join ("mkl_random" , "src" , "mkl_distributions.hpp" ),
112
111
os .path .join ("mkl_random" , "src" , "randomkit.h" ),
113
- os .path .join ("mkl_random" , "src" , "numpy.pxd " )
112
+ os .path .join ("mkl_random" , "src" , "numpy_multiiter_workaround.h " )
114
113
],
115
114
include_dirs = [os .path .join ("mkl_random" , "src" ), np .get_include ()] + mkl_include_dirs ,
116
115
libraries = libs ,
You can’t perform that action at this time.
0 commit comments