hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00549
[Bug 679399] Re: hugin fails to compile when using Intel's MKL as lapack lib
I mean: Lukas' feedback. Then we can use the merged module from CMake.
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679399
Title:
hugin fails to compile when using Intel's MKL as lapack lib
Status in Hugin - Panorama Tools GUI:
Incomplete
Bug description:
Hugin's FindLAPACK cmake module is too simplistic to properly work with Intel's MKL (Math Kernel Library -- a processor-tuned version of BLAS, CBLAS, and LAPACK). cmake finds liblapack.so just fine in /usr/lib at configure time, but the MKL implementation of lapack actually needs to link to some additional libraries, which cmake doesn't pick up on if it's using the FindLAPACK module that's included in the 2009.4 source tree. Please use the FindLAPACK module that's provided with cmake instead.