add test for accelerate framework
This commit is contained in:
@ -25,13 +25,8 @@ if(ENABLE_LAPACKE)
|
||||
set(LAPACKE_LIBRARIES "NOTFOUND")
|
||||
set(LAPACKE_INCLUDE_DIR "NOTFOUND")
|
||||
|
||||
# if(APPLE)
|
||||
# _find_library(Accelerate cblas_dgemm LAPACKE_LIBRARIES)
|
||||
# _find_include_dir(Accelerate.h /usr LAPACKE_INCLUDE_DIR)
|
||||
# else()
|
||||
_find_library(lapacke LAPACKE_dgesv LAPACKE_LIBRARIES)
|
||||
_find_include_dir(lapacke.h /usr LAPACKE_INCLUDE_DIR)
|
||||
# endif()
|
||||
_find_library(lapacke LAPACKE_dgesv LAPACKE_LIBRARIES)
|
||||
_find_include_dir(lapacke.h /usr LAPACKE_INCLUDE_DIR)
|
||||
|
||||
if(NOT "${LAPACKE_LIBRARIES}" MATCHES "NOTFOUND")
|
||||
if(NOT "${LAPACKE_INCLUDE_DIR}" MATCHES "NOTFOUND")
|
||||
|
Reference in New Issue
Block a user