simpeg / pymatsolver

Solve matrix equations in python.
https://pymatsolver.readthedocs.io/en/latest/
MIT License
33 stars 16 forks source link

Paradiso and PyMKL #9

Closed rowanc1 closed 8 years ago

dwfmarchant commented 8 years ago

Awesome - glad this is getting used.

I'd prefer an import from pyMKL rather than this duplication of code. There are still a number of improvements I need to make to the paradiso wrapper and it would be easier if everything was in one place. I know extra external dependancies are annoying but I can get pip setup if that helps.

rowanc1 commented 8 years ago

If it was on pip and versioned then I would absolutely use it. I will close this and revert the changes.

Having trouble with getting travis to trigger. Not sure if anyone has any ideas there?

rowanc1 commented 8 years ago

It is possible that Travis did not pick up on the transfer to the simpeg organization. I think I will transfer it back and fork instead. maybe that will help?

Thanks @dwfmarchant for offering to get this on pip, that would be super helpful!