MantisBT - CMake
View Issue Details
0011219CMakeModulespublic2010-09-10 05:112011-05-02 14:45
Alexey Ozeritsky 
Alexey Ozeritsky 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.4CMake 2.8.4 
0011219: FindBLAS cannot find acml_mp
FindBLAS 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")
No tags attached.
related to 0009976closed Alexey Ozeritsky FindLAPACK and FindBLAS should also work for C++/C only projects 
Issue History
2010-09-10 05:11Alexey OzeritskyNew Issue
2010-12-15 09:27Brad KingRelationship addedrelated to 0009976
2010-12-16 08:13Brad KingAssigned To => Alexey Ozeritsky
2010-12-16 08:13Brad KingStatusnew => assigned
2010-12-23 15:01Alexey OzeritskyNote Added: 0024326
2010-12-23 15:01Alexey OzeritskyNote Deleted: 0024326
2010-12-23 15:01Alexey OzeritskyNote Added: 0024327
2010-12-23 15:01Alexey OzeritskyStatusassigned => resolved
2010-12-23 15:01Alexey OzeritskyResolutionopen => fixed
2011-01-12 07:39David ColeFixed in Version => CMake 2.8.4
2011-01-12 07:39David ColeTarget Version => CMake 2.8.4
2011-05-02 14:45David ColeNote Added: 0026332
2011-05-02 14:45David ColeStatusresolved => closed

Notes
(0024327)
Alexey Ozeritsky   
2010-12-23 15:01   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cabafa3 [^]
(0026332)
David Cole   
2011-05-02 14:45   
Closing resolved issues that have not been updated in more than 3 months.