2009/6/17 Bruno Postle <[email protected]> > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > A hugin-0.8.0_rc4 (release candidate 4) tarball is available here: > > > https://sourceforge.net/project/showfiles.php?group_id=77506&package_id=311429 > > This is a release candidate, i.e. The final release may be identical. > > Changes since 0.8.0 rc3: > > > * LAPACK is disabled by default. If you want to experiment then > enable it by running cmake with -DENABLE_LAPACK=YES >
LAPACK is not fully disabled. In src/foreign/levmar/lm.h, the following line still can be found: //#undef HAVE_LAPACK // uncomment this to force not using LAPACK It breaks mac compilation so I disabled it myself, like #undef HAVE_LAPACK // uncomment this to force not using LAPACK As I don't know what the working on other platforms is, I did not yet commit to trunk. Should I commit or not? Harry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
