2009/6/8 allard <[email protected]>: > > > > On Jun 8, 12:33 am, Lukáš Jirkovský <[email protected]> wrote: >> 2009/6/8 allard <[email protected]>: >> If you doesn't have lapack hugin will still build and work. > > My experience is different. Hugin will not build. This probably is > because I don't know how to tell MSVC to ignore all the Lapack > dependencies. On the other hand, I did download & install the Lapack > source and libraries. If I can, I'd like to include Lapack. I have no > clue whether the actions performed by the installer of Lapack are > enough or if I need to manually compile some of that code too. > The .sln file that came with Lapack does not work in my MSVC 2009. > > >
Hi Allard What error is it? I don't know how MSVC handles dependencies, but it should work without LAPACK. It's not set as required in CMakeLists.txt which means when it's not found it does nothing. When there is a lapack library it in only adds -DHAVE_LAPACK and necessary linker flags. The only change in code I've done was commenting out #undef HAVE_LAPACK in lm.h. Because HAVE_LAPACK should be undefined if cmake doesn't find LAPACK library it doesn't change anything. Lukáš --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
