View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013543 | CMake | Modules | public | 2012-09-16 21:59 | 2016-06-10 14:31 | ||||
Reporter | Jakob Bauer | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | Apple Mac | OS | OS X | OS Version | 10.4.10 | ||||
Product Version | CMake 2.8.9 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013543: FindBLAS.cmake fails to find Intel10_64lp on OS X with MKL 10.3 and GCC | ||||||||
Description | 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) | ||||||||
Steps To Reproduce | set( ENV{BLA_VENDOR} Intel10_64lp ) find_package( BLAS REQUIRED ) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |