prevent numpy to cythonize or _initmtrand will mess up
This commit is contained in:
parent
657da67003
commit
77f5bf0ac3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class NumpyRecipe(CythonRecipe):
|
|||
libraries = ["libnpymath.a", "libnpysort.a"]
|
||||
depends = ["python"]
|
||||
pbx_frameworks = ["Accelerate"]
|
||||
cythonize = False
|
||||
|
||||
def prebuild_arch(self, arch):
|
||||
if self.has_marker("patched"):
|
||||
|
|
Loading…
Reference in a new issue