[SciPy-user] Is there a way to use Sundials with scipy?

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Jul 1 13:04:18 EDT 2008


On Tue, 1 Jul 2008 10:30:07 -0300
  "Marcus Vinicius Eiffle Duarte" <eiffleduarte at gmail.com> 
wrote:
> I am a new user of both python and scipy and was 
>searching for a way to use
> sundials with scipy.
> I found some old messages in the history of the mailing 
>list dating back to
> 2004, but nothing indicating wether such a wrapper was 
>effectively
> developed.
> At the present, is it possible to use saundials with 
>scipy?
> 
> Thanks,
> 
> Marcus Vinicius Eiffle Duarte

Hi Marcus,

you can use

svn co 
https://pysundials.svn.sourceforge.net/svnroot/pysundials/ 
pysundials
  
to get the latest version of pysundials.
Sundials is required of course.

* Download and untar the complete SUNDIALS suite.
* $ ./configure --enable-shared
* $ make && make install


* $ python setup.py install


Further information is given in pysundials/doc/README

Cheers,

          Nils
  



More information about the SciPy-User mailing list