View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012924CMakeCMakepublic2012-02-01 03:042012-09-03 16:02
Reporterandreasvoegel 
Assigned ToAlexey Ozeritsky 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformApple MacOSOS XOS Version10.4.10
Product VersionCMake 2.8.7 
Target VersionCMake 2.8.8Fixed in VersionCMake 2.8.8 
Summary0012924: FindBLAS.cmake and FindLAPACK.cmake fail for MKL version 10.3
DescriptionThe 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 ReproduceWith MKL 10.3 installed, use the following in CMakeLists.txt:
  set( ENV{BLA_VENDOR} "Intel10_64lp" )
  find_package (LAPACK REQUIRED)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0028477)
Alexey Ozeritsky (reporter)
2012-02-05 09:10

http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=e69e816d21732b092b33ff7d36b7cc478350344e [^]
(0030889)
David Cole (manager)
2012-09-03 16:02

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-02-01 03:04 andreasvoegel New Issue
2012-02-01 03:13 Alexey Ozeritsky Assigned To => Alexey Ozeritsky
2012-02-01 03:13 Alexey Ozeritsky Status new => assigned
2012-02-05 09:10 Alexey Ozeritsky Note Added: 0028477
2012-04-19 16:09 David Cole Status assigned => resolved
2012-04-19 16:09 David Cole Resolution open => fixed
2012-04-19 16:09 David Cole Fixed in Version => CMake 2.8.8
2012-04-19 16:09 David Cole Target Version => CMake 2.8.8
2012-09-03 16:02 David Cole Note Added: 0030889
2012-09-03 16:02 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team