← Back to team overview

hugin-devs team mailing list archive

[Bug 679399] Re: hugin fails to compile when using Intel's MKL as lapack lib

 

** Changed in: hugin
       Status: New => Triaged

-- 
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:
  Triaged

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.