MantisBT - CMake
View Issue Details
0012924CMakeCMakepublic2012-02-01 03:042012-09-03 16:02
andreasvoegel 
Alexey Ozeritsky 
normalminoralways
closedfixed 
Apple MacOS X10.4.10
CMake 2.8.7 
CMake 2.8.8CMake 2.8.8 
0012924: FindBLAS.cmake and FindLAPACK.cmake fail for MKL version 10.3
The FindBLAS.cmake and FindLAPACK.cmake modules fail on the 10.3 version of Intel MKL. The module attempts to locate two libraries that no longer exist: guide (functionality replaced by OpenMP) and mkl_lapack (included in mkl_core, I believe). If I hack up the modules to remove references to the old libraries, I can successfully build and run.
With MKL 10.3 installed, use the following in CMakeLists.txt:
  set( ENV{BLA_VENDOR} "Intel10_64lp" )
  find_package (LAPACK REQUIRED)
No tags attached.
Issue History
2012-02-01 03:04andreasvoegelNew Issue
2012-02-01 03:13Alexey OzeritskyAssigned To => Alexey Ozeritsky
2012-02-01 03:13Alexey OzeritskyStatusnew => assigned
2012-02-05 09:10Alexey OzeritskyNote Added: 0028477
2012-04-19 16:09David ColeStatusassigned => resolved
2012-04-19 16:09David ColeResolutionopen => fixed
2012-04-19 16:09David ColeFixed in Version => CMake 2.8.8
2012-04-19 16:09David ColeTarget Version => CMake 2.8.8
2012-09-03 16:02David ColeNote Added: 0030889
2012-09-03 16:02David ColeStatusresolved => closed

Notes
(0028477)
Alexey Ozeritsky   
2012-02-05 09:10   
http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=e69e816d21732b092b33ff7d36b7cc478350344e [^]
(0030889)
David Cole   
2012-09-03 16:02   
Closing resolved issues that have not been updated in more than 4 months.