View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011219CMakeModulespublic2010-09-10 05:112011-05-02 14:45
ReporterAlexey Ozeritsky 
Assigned ToAlexey Ozeritsky 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011219: FindBLAS cannot find acml_mp
DescriptionFindBLAS cannot find SMP version of acml library.

Proposed update for FindBLAS.cmake:

#BLAS in acml_mp library?
if (BLA_VENDOR STREQUAL "ACML_MP" OR BLA_VENDOR STREQUAL "All")
 if(NOT BLAS_LIBRARIES)
  check_fortran_libraries(
  BLAS_LIBRARIES
  BLAS
  sgemm
  ""
  "acml_mp;acml_mv"
  ""
  )
 endif(NOT BLAS_LIBRARIES)
endif (BLA_VENDOR STREQUAL "ACML_MP" OR BLA_VENDOR STREQUAL "All")
TagsNo tags attached.
Attached Files

 Relationships
related to 0009976closedAlexey Ozeritsky FindLAPACK and FindBLAS should also work for C++/C only projects 

  Notes
(0024327)
Alexey Ozeritsky (reporter)
2010-12-23 15:01

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cabafa3 [^]
(0026332)
David Cole (manager)
2011-05-02 14:45

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

 Issue History
Date Modified Username Field Change
2010-09-10 05:11 Alexey Ozeritsky New Issue
2010-12-15 09:27 Brad King Relationship added related to 0009976
2010-12-16 08:13 Brad King Assigned To => Alexey Ozeritsky
2010-12-16 08:13 Brad King Status new => assigned
2010-12-23 15:01 Alexey Ozeritsky Note Added: 0024326
2010-12-23 15:01 Alexey Ozeritsky Note Deleted: 0024326
2010-12-23 15:01 Alexey Ozeritsky Note Added: 0024327
2010-12-23 15:01 Alexey Ozeritsky Status assigned => resolved
2010-12-23 15:01 Alexey Ozeritsky Resolution open => fixed
2011-01-12 07:39 David Cole Fixed in Version => CMake 2.8.4
2011-01-12 07:39 David Cole Target Version => CMake 2.8.4
2011-05-02 14:45 David Cole Note Added: 0026332
2011-05-02 14:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team