MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012924 | CMake | CMake | public | 2012-02-01 03:04 | 2012-09-03 16:02 |
|
Reporter | andreasvoegel | |
Assigned To | Alexey Ozeritsky | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Apple Mac | OS | OS X | OS Version | 10.4.10 |
Product Version | CMake 2.8.7 | |
Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | |
|
Summary | 0012924: FindBLAS.cmake and FindLAPACK.cmake fail for MKL version 10.3 |
Description | 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. |
Steps To Reproduce | With MKL 10.3 installed, use the following in CMakeLists.txt:
set( ENV{BLA_VENDOR} "Intel10_64lp" )
find_package (LAPACK REQUIRED)
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-02-01 03:04 | andreasvoegel | New Issue | |
2012-02-01 03:13 | Alexey Ozeritsky | Assigned To | => Alexey Ozeritsky |
2012-02-01 03:13 | Alexey Ozeritsky | Status | new => assigned |
2012-02-05 09:10 | Alexey Ozeritsky | Note Added: 0028477 | |
2012-04-19 16:09 | David Cole | Status | assigned => resolved |
2012-04-19 16:09 | David Cole | Resolution | open => fixed |
2012-04-19 16:09 | David Cole | Fixed in Version | => CMake 2.8.8 |
2012-04-19 16:09 | David Cole | Target Version | => CMake 2.8.8 |
2012-09-03 16:02 | David Cole | Note Added: 0030889 | |
2012-09-03 16:02 | David Cole | Status | resolved => closed |