From 77f5bf0ac37be04cdac06b9bf26a7c88a73f558a Mon Sep 17 00:00:00 2001
From: Mathieu Virbel <mat@kivy.org>
Date: Sun, 5 Apr 2015 10:17:25 +0200
Subject: [PATCH] prevent numpy to cythonize or _initmtrand will mess up

---
 recipes/numpy/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/numpy/__init__.py b/recipes/numpy/__init__.py
index 463ae8e..a30af2d 100644
--- a/recipes/numpy/__init__.py
+++ b/recipes/numpy/__init__.py
@@ -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"):