python-numpy: Ensure `_npy_scaled_cexp{, f, l}` is defined when needed
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 22 Sep 2017 22:30:53 +0000 (01:30 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 26 Sep 2017 20:43:34 +0000 (22:43 +0200)
commitf137667f3e9c1a84e0ea1dc72acbd4fbd0acef04
treeaf70e9c03e46204ea8fd7c66896443773b86356a
parentcd707a9112e38b4ce98326b96c0ed12054ca1cca
python-numpy: Ensure `_npy_scaled_cexp{, f, l}` is defined when needed

With update of Numpy to the latest version we've got one change which
breaks Numpy compilcation in some cases.

This change back-ports upstream fix from:
https://github.com/numpy/numpy/pull/9740

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Cc: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/python-numpy/0003-BUG-Ensure-_npy_scaled_cexp-f-l-is-defined-when-need.patch [new file with mode: 0644]