View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013543CMakeModulespublic2012-09-16 21:592016-06-10 14:31
ReporterJakob Bauer 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformApple MacOSOS XOS Version10.4.10
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013543: FindBLAS.cmake fails to find Intel10_64lp on OS X with MKL 10.3 and GCC
DescriptionFindBLAS.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)
Steps To Reproduceset( ENV{BLA_VENDOR} Intel10_64lp )
find_package( BLAS REQUIRED )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042122)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-09-16 21:59 Jakob Bauer New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042122
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team