MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013528 | CMake | CMake | public | 2012-09-12 04:35 | 2016-06-10 14:31 |
|
Reporter | Maciej Dems | |
Assigned To | Kitware Robot | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | Linux | OS | Debian | OS Version | Wheezy |
Product Version | CMake 2.8.9 | |
Target Version | | Fixed in Version | | |
|
Summary | 0013528: FindBLAS does not find MKL 10.3 when using gcc 4.x |
Description | This report closely relates to 0013394. After applying in CMake 2.8.9 the fix proposed there, FindBLAS cannot locate MKL 10.3. The reason for this is that gomp was added to the searched list of libraries searched by Check_Fortran_Libraries. However gomp is not in the list of patch searched by find_library by default, which makes the search fail.
The proposed solution is to revert the FinbBLAS back to the 2.8.8 and patch FindLAPACK instead to resolve 0013394. In the attachment I enclose the proposed patch against 2.8.9. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | cmake_blas_lapack_mkl_gcc.patch (1,734) 2012-09-12 04:35 https://public.kitware.com/Bug/file/4478/cmake_blas_lapack_mkl_gcc.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-12 04:35 | Maciej Dems | New Issue | |
2012-09-12 04:35 | Maciej Dems | File Added: cmake_blas_lapack_mkl_gcc.patch | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042119 | |
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 |