[Haskell-cafe] ANNOUNCE: Runge-Kutta library -- solve ODEs

Alexander Dunlap alexander.dunlap at gmail.com
Mon Apr 20 17:43:06 EDT 2009


It would also be nice if you could plug it into the hierarchical
module system somewhere, perhaps renaming the module to
"Data.Algorithm.RungeKutta" or "Numeric.RungeKutta" or
"Math.RungeKutta". This is pretty much the standard practice now, I
think.

Alex

On Sun, Apr 19, 2009 at 4:04 PM, Uwe Hollerbach <uhollerbach at gmail.com> wrote:
> Damn, I never thought of that. Sorry! Guess I've only been
> haskell-hacking on my little old iMac...
>
> A new version is attached, with the version number bumped up by 0.0.1
> and rungekutta.hs renamed to RungeKutta.hs. Hopefully it should work
> out-of-the-box now. Off to patch my repository...
>
> Uwe
>
> On 4/19/09, Alexey Khudyakov <alexey.skladnoy at gmail.com> wrote:
>>> I have so far only tested it with ghc 6.8.3 on MacOS 10.3.9 (powerPC),
>>> but I know of no reason why it wouldn't work with other versions and
>>> OSs.
>>>
>> It breaks on Linux (and all unices) because name of file in tarball is
>> 'rungekutta.hs' not
>> 'RungeKutta.hs' as required. In other words: god blame
>> case-insensitive file systems.
>>
>> After renaming everything works just fine.
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list