MantisBT - CMake
View Issue Details
0013543CMakeModulespublic2012-09-16 21:592016-06-10 14:31
Jakob Bauer 
Kitware Robot 
normalmajoralways
closedmoved 
Apple MacOS X10.4.10
CMake 2.8.9 
 
0013543: FindBLAS.cmake fails to find Intel10_64lp on OS X with MKL 10.3 and GCC
FindBLAS.cmake always fails to find Intel10_64lp on OS X. At line 518 of the module, the following libraries are set:
     mkl_intel_lp64 mkl_gnu_thread mkl_core gomp

mkl_gnu_thread does not ship with OS X, however. According to the MKL link line advisor (http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html [^]), the user should instead link against mkl_intel_thread. For reference, on MKL_Link_Line_Advisor I employ the following options:

Select IntelĀ® product: Intel(R) MKL 10.3
Select OS: Mac OS X
Select compiler: GNU C/C++
Select architecture: Intel(R) 64
Select dynamic or static linking: Static
Select interface layer: LP64 (32-bit integer)
Select sequential or multi-threaded layer: Multi-threaded
Select OpenMP library: Intel(R) (libiomp5)
(all other options unchecked)
set( ENV{BLA_VENDOR} Intel10_64lp )
find_package( BLAS REQUIRED )
No tags attached.
Issue History
2012-09-16 21:59Jakob BauerNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042122
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042122)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.