haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Test 32-bit platforms #2

Closed haasad closed 8 years ago

haasad commented 8 years ago

It's likely that pypardiso won't work on 32-bit Windows and Linux. Have to test this and remove them from the conda channel if true.

haasad commented 8 years ago

I tested pypardiso on 32-bit Ubuntu and import pypardiso fails, but I managed to get it working with a few changes to the wrapper. Need to include this for the next version.

haasad commented 8 years ago

Removed the 32-bit version from https://anaconda.org/haasad/pypardiso

haasad commented 8 years ago

The overworked wrapper in cfaa4c58ba276b8f5290ba2999d43537b9f7dde6 should now support 32-bit platforms. The scipy aliases need to also be updated before testing this.

haasad commented 8 years ago

All tests on 32-bit Windows with python 3.5 now pass: https://ci.appveyor.com/project/haasad/pypardisoproject/build/1.0.8/job/roj2449fiap4v20q