MantisBT - CMake
View Issue Details
0013528CMakeCMakepublic2012-09-12 04:352016-06-10 14:31
Maciej Dems 
Kitware Robot 
highmajoralways
closedmoved 
LinuxDebianWheezy
CMake 2.8.9 
 
0013528: FindBLAS does not find MKL 10.3 when using gcc 4.x
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.
No tags attached.
patch 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
2012-09-12 04:35Maciej DemsNew Issue
2012-09-12 04:35Maciej DemsFile Added: cmake_blas_lapack_mkl_gcc.patch
2016-06-10 14:28Kitware RobotNote Added: 0042119
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
(0042119)
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.