pypyPackages.numpy: disable and upgrade

This commit is contained in:
Domen Kožar 2014-09-06 16:54:14 +02:00
parent ee27bd1d99
commit 7cc77a12e4

View File

@ -5297,13 +5297,15 @@ rec {
};
numpy = buildPythonPackage ( rec {
name = "numpy-1.7.1";
name = "numpy-1.8.2";
src = fetchurl {
url = "mirror://sourceforge/numpy/${name}.tar.gz";
sha256 = "0jh832j439jj2b7m1z5a4rv5cpdn1yiw1r6gwrhdihw562d029am";
sha256 = "1gcxlk3mf43pzpxvbw8kcfg173g4105j9szsfc1kxwablail6myf";
};
disabled = isPyPy; # WIP
preConfigure = ''
sed -i 's/-faltivec//' numpy/distutils/system_info.py
sed -i '0,/from numpy.distutils.core/s//import setuptools;from numpy.distutils.core/' setup.py