Tony and Jameson,
Thanks for looking into this. I don't have (easy) access to a Windows box
these days, so I can't really test it. There is an open issue on BinDeps
integration for Sundials.jl
(Sundials.jl/#6<https://github.com/JuliaLang/Sundials.jl/issues/6>),
which might be a good place to keep track of any progress on this.
Frederick,
The package assumes that the library files are already installed on your
machine, so Pkg.add("Sundials") is only one part of the installation
process. Having a working BinDeps integration will eventually make this
easier by downloading the right files for you etc.
For now, the link Tony provided (probably) gives you an archive with the
necessary files (mainly a bunch of DLLs). After you have extracted the
files, you have to let Julia know the path (via push!(DL_LOAD_PATH,
"C:/path/to/libDLLs/"); you can also put that in your ~/.juliarc.jl file).
After that Sudials.jl should (hopefully) work for you. It would be great if
you could try this ...
Best,
Alex.
On Wednesday, 28 May 2014 07:28:13 UTC+2, Frederick wrote:
>
> Thanks for the responses.
> As for the machinations required at this point for Sundials on Windows?
> Don't have the skill set. No Cygwin here. Instead, installed according to
> https://github.com/stevengj/julia-mit/blob/master/README.md and using
> IJulia. Added Sundials via Pkg.add("Sundials"). Seems to add OK.
>
> So would have to install Cygwin, configure Cygwin, make alterations to
> Sundials.... In time I would hope one could access a stiff ODE solver as
> easily as one can access ode23 in the ODE package. So thank you Tony and
> Jameson, but I'll have to wait for a slightly simpler approach of when the
> BinDeps build becomes more compatible with Windows.
>
> I'd love to help develop, but I fear both my coding skills and my
> development skills are both not up to the task... I know enough to know
> that I don't know enough.
>
> In the meantime, thank you to Alex, I'll try DASSL and see how if that
> might work.
>