View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0011219 | CMake | Modules | public | 2010-09-10 05:11 | 2011-05-02 14:45 | ||||
Reporter | Alexey Ozeritsky | ||||||||
Assigned To | Alexey Ozeritsky | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-8 | ||||||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||||||
Summary | 0011219: FindBLAS cannot find acml_mp | ||||||||
Description | 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") | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |