On Sun, Mar 20, 2016 at 1:25 PM, carlkl <
cmkle...@gmail.com> wrote:
> I copied the scipy test errors (python-3.4.4 win32) on:
>
https://gist.github.com/carlkl/9e9aa45f49fedb1a1ef7
>
> Carl
>
>
> Am Sonntag, 20. März 2016 16:38:02 UTC+1 schrieb carlkl:
>>
>> Hi,
>>
>> I made an adhoc test of scipy build against numpy-atlas.dll using Matthew
>> Bretts MSVC/ATLAS numpy builds available at
>>
https://pypi.python.org/pypi/numpy/1.10.4. I didn't build against python-3.5
>> as mingwpy still does not support the VS 2015 UCRT runtime.
>>
>> python-2.7 (64bit) as well as python-3.4 (64bit) do not show any errors:
>>
>> 3.4: Ran 20177 tests in 195.518s
>> OK (KNOWNFAIL=98, SKIP=1696)
>> 2.7: Ran 20335 tests in 155.239s
>> OK (KNOWNFAIL=97, SKIP=1706)
>>
>> The 32 bit versions pops up with a lot of failures and errors:
>>
>> 3.4: Ran 20177 tests in 179.717s
>> FAILED (KNOWNFAIL=98, SKIP=1696, errors=172, failures=22)
>> 2.7: Ran 20335 tests in 161.703s
>> FAILED (KNOWNFAIL=97, SKIP=1706, errors=172, failures=21)
>>
>> I try to rerun against a drop-in replacement with the latest OpenBLAS
>> version 0.2.16 and give more feedback.