python-packages numpy: disabled for Py35
numpy 1.9.2 does not support python 3.5. The newer version, 1.9.3 or 1.10 for sure will. http://numpy-discussion.10968.n7.nabble.com/OK-to-upload-patched-1-9-2-for-Python-3-5-td41032.html
This commit is contained in:
parent
36bf2f60d1
commit
f97b4c4fb8
@ -9258,7 +9258,7 @@ let
|
||||
sha256 = "0apgmsk9jlaphb2dp1zaxqzdxkf69h1y3iw2d1pcnkj31cmmypij";
|
||||
};
|
||||
|
||||
disabled = isPyPy; # WIP
|
||||
disabled = isPyPy || isPy35; # WIP
|
||||
|
||||
preConfigure = ''
|
||||
sed -i 's/-faltivec//' numpy/distutils/system_info.py
|
||||
|
Loading…
Reference in New Issue
Block a user