[cmake-developers] [CMake 0012924]: FindBLAS.cmake and FindLAPACK.cmake fail for MKL version 10.3

Mantis Bug Tracker mantis at public.kitware.com
Wed Feb 1 03:04:22 EST 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=12924 
====================================================================== 
Reported By:                andreasvoegel
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12924
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-02-01 03:04 EST
Last Modified:              2012-02-01 03:04 EST
====================================================================== 
Summary:                    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)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-02-01 03:04 andreasvoegel  New Issue                                    
======================================================================




More information about the cmake-developers mailing list