Modify for building with OpenBLAS
This commit is contained in:
parent
60188a8c82
commit
29b5887d5f
|
@ -98,7 +98,7 @@ set(ZEIGTST zchkee.f
|
|||
|
||||
macro(add_eig_executable name)
|
||||
add_executable(${name} ${ARGN})
|
||||
target_link_libraries(${name} tmglib ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
|
||||
target_link_libraries(${name} openblas)
|
||||
endmacro()
|
||||
|
||||
if(BUILD_SINGLE)
|
||||
|
|
Loading…
Reference in New Issue