Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-14 Thread Khudyakov Alexey
В сообщении от Суббота 12 сентября 2009 18:46:28 автор Xiao-Yong Jin написал: I believe most of the linux distributions do not have `lapack.pc', if you install certain implementation of lapack like the one provided by netlib.org, or the one with `ATLAS', or the one provided by intel mkl. So,

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-14 Thread Khudyakov Alexey
В сообщении от Понедельник 14 сентября 2009 12:41:29 вы написали: If pkgconfig-depends lines is removed from cabal file it builds fine. But any program which uses levmar fails to link ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-14 Thread Roel van Dijk
On Mon, Sep 14, 2009 at 10:50 AM, Khudyakov Alexey alexey.sklad...@gmail.com wrote: В сообщении от Понедельник 14 сентября 2009 12:41:29 вы написали: If pkgconfig-depends lines is removed from cabal file it builds fine. But any program which uses levmar fails to link Would adding

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-14 Thread Roel van Dijk
2009/9/14 Khudyakov Alexey alexey.sklad...@gmail.com: В сообщении от Понедельник 14 сентября 2009 12:59:24 автор Roel van Dijk написал: Would adding   extra-libraries: lapack to the cabal file instead of   pkgconfig-depends: lapack be a better solution? Yes. It works this way. Tested in

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-14 Thread Khudyakov Alexey
В сообщении от 14 сентября 2009 13:28:33 автор Roel van Dijk написал: Thank you for testing. I have just released bindings-levmar-0.1.0.1 on hackage. It simply replaces pkgconfig-depends with extra-libraries. I hope this solves the installation problems. Yes. Now it installs fine.

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-12 Thread Khudyakov Alexey
В сообщении от Четверг 10 сентября 2009 17:21:40 автор Bas van Dijk написал: We like to announce the release of a Haskell binding to Manolis Lourakis's C levmar library bindings-levmar fails to configure on debian testing with following message: $ cabal install bindings-levmar Resolving

Re: [Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-12 Thread Xiao-Yong Jin
Khudyakov Alexey alexey.sklad...@gmail.com writes: В сообщении от Четверг 10 сентября 2009 17:21:40 автор Bas van Dijk написал: We like to announce the release of a Haskell binding to Manolis Lourakis's C levmar library bindings-levmar fails to configure on debian testing with following

[Haskell-cafe] ANNOUNCE: A Levenberg-Marquardt implementation

2009-09-10 Thread Bas van Dijk
Dear all, We like to announce the release of a Haskell binding to Manolis Lourakis's C levmar library at: http://www.ics.forth.gr/~lourakis/levmar/ This library implements the Levenberg-Marquardt algorithm which is an iterative technique that finds a local minimum of a function that is