[pypy-commit] pypy faster-rstruct: temporarily disable micronumpy as it causes translation to fail

antocuni noreply at buildbot.pypy.org
Tue Nov 24 12:59:39 EST 2015


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: faster-rstruct
Changeset: r80904:ffe06132bdbc
Date: 2015-11-24 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/ffe06132bdbc/

Log:	temporarily disable micronumpy as it causes translation to fail

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -39,6 +39,8 @@
     "_csv", "cppyy", "_pypyjson"
 ])
 
+working_modules.remove('micronumpy')  # XXX temporary
+
 if ((sys.platform.startswith('linux') or sys.platform == 'darwin')
     and os.uname()[4] == 'x86_64' and sys.maxint > 2**32):
     # it's not enough that we get x86_64


More information about the pypy-commit mailing list