find ACML fixes
This commit is contained in:
parent
cabafa37fb
commit
1279bd7bac
|
@ -157,11 +157,21 @@ if(BLAS_FOUND)
|
|||
LAPACK
|
||||
cheev
|
||||
""
|
||||
"acml"
|
||||
"acml;acml_mv"
|
||||
""
|
||||
""
|
||||
)
|
||||
endif(NOT LAPACK_LIBRARIES)
|
||||
if(NOT LAPACK_LIBRARIES)
|
||||
check_lapack_libraries(
|
||||
LAPACK_LIBRARIES
|
||||
LAPACK
|
||||
cheev
|
||||
""
|
||||
"acml_mp;acml_mv"
|
||||
""
|
||||
)
|
||||
endif(NOT LAPACK_LIBRARIES)
|
||||
endif (BLA_VENDOR STREQUAL "ACML" OR BLA_VENDOR STREQUAL "All")
|
||||
|
||||
# Apple LAPACK library?
|
||||
|
|
Loading…
Reference in New Issue