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

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to