|
|
|
@@ -212,10 +212,10 @@ if(NOT NO_LAPACKE) |
|
|
|
add_library(LAPACKE OBJECT ${LAPACKE_SOURCES}) |
|
|
|
list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:LAPACKE>") |
|
|
|
endif() |
|
|
|
if(BUILD_RELAPACK) |
|
|
|
add_library(RELAPACK OBJECT ${RELA_SOURCES}) |
|
|
|
list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:RELAPACK>") |
|
|
|
endif() |
|
|
|
#if(BUILD_RELAPACK) |
|
|
|
# add_library(RELAPACK OBJECT ${RELA_SOURCES}) |
|
|
|
# list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:RELAPACK>") |
|
|
|
#endif() |
|
|
|
set(OpenBLAS_LIBS "") |
|
|
|
if(BUILD_STATIC_LIBS) |
|
|
|
add_library(${OpenBLAS_LIBNAME}_static STATIC ${TARGET_OBJS} ${OpenBLAS_DEF_FILE}) |
|
|
|
|