[cmake-developers] [CMake 0013528]: FindBLAS does not find MKL 10.3 when using gcc 4.x

Mantis Bug Tracker mantis at public.kitware.com
Wed Sep 12 04:35:44 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13528 
====================================================================== 
Reported By:                Maciej Dems
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13528
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2012-09-12 04:35 EDT
Last Modified:              2012-09-12 04:35 EDT
====================================================================== 
Summary:                    FindBLAS does not find MKL 10.3 when using gcc 4.x
Description: 
This report closely relates to http://public.kitware.com/Bug/view.php?id=13394.
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 http://public.kitware.com/Bug/view.php?id=13394.
In the attachment I enclose the proposed patch against 2.8.9.
====================================================================== 

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     
              
======================================================================




More information about the cmake-developers mailing list