Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Pavlov
8ad431812a Rename python3 folders to python 2019-12-23 10:10:26 +03:00
Alexey Pavlov
150d866e60 numpy: Add more patches. Split to python2 and python3 packages as next version drop python2 support 2019-08-13 09:25:07 +03:00
peterbudai@hotmail.com
a10fbeda3d python-numpy: Update to 1.16.3 2019-05-01 20:46:21 +02:00
Alexey Pavlov
583d6b75d0 python-numpy: Update to 0.13.0 2017-06-17 19:08:22 +03:00
Ray Donnelly
352a6eee69 numpy: Missed bits, remove _POSIX_BUILD
It is a dependency back to our Python changes that makes our
NumPy changes less palatable from an upstreaming perspective.
Really, we want to know if Python has been built with GCC, and
that is exactly what 'GCC' in sys.version determines.
2016-01-04 01:11:27 +00:00
Ray Donnelly
51ca502b53 python2 + 3 + numpy: Various updates and fixes
* Update python2 to 2.7.11
* Update numpy to 1.10.2 (and number the patches).
* New python2 + 3 patch so that sys.version returns
  something more similar to normal CPython so that
  get_build_architecture in distutils msvccompiler.py
  returns the right thing (NumPy uses it so there's
  every chance other things will too).
2016-01-02 21:45:58 +00:00