Re: [Numpy-discussion] Numpy 1.11.3, scipy 0.18.1, MSVC 2015 and crashes in complex functions

2017-01-23 Thread David Cournapeau
Indeed. I wrongly assumed that since gholke's wheels did not crash, they did not run into that issue. That sounds like an ABI issue, since I suspect intel math library supports C99 complex numbers. I will add info on that issue then, David On Mon, Jan 23, 2017 at 11:46 AM, Evgeni Burovski <

Re: [Numpy-discussion] Numpy 1.11.3, scipy 0.18.1, MSVC 2015 and crashes in complex functions

2017-01-23 Thread Evgeni Burovski
Related to https://github.com/scipy/scipy/issues/6336? 23.01.2017 14:40 пользователь "David Cournapeau" написал: > Hi there, > > While building the latest scipy on top of numpy 1.11.3, I have noticed > crashes while running the scipy test suite, in scipy.special (e.g. in >