prevent numpy to cythonize or _initmtrand will mess up

This commit is contained in:
Mathieu Virbel 2015-04-05 10:17:25 +02:00
parent 657da67003
commit 77f5bf0ac3

View file

@ -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"):