File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ if (BUILD_SHARED_LIBS AND NOT ${SYMBOLPREFIX}${SYMBOLSUFFIX} STREQUAL "")
398398 message (STATUS "adding suffix ${SYMBOLSUFFIX} to names of exported symbols in ${OpenBLAS_LIBNAME} " )
399399 endif ()
400400
401- if (NOT DEFINED USE_PERL)
401+ if (NOT USE_PERL)
402402 add_custom_command (TARGET ${OpenBLAS_LIBNAME} _shared POST_BUILD
403403 COMMAND ${PROJECT_SOURCE_DIR} /exports/gensymbol "objcopy" "${ARCH} " "${BU} " "${EXPRECISION_IN} " "${NO_CBLAS_IN} " "${NO_LAPACK_IN} " "${NO_LAPACKE_IN} " "${NEED2UNDERSCORES_IN} " "${ONLY_CBLAS_IN} " \"${SYMBOLPREFIX} \" \" ${SYMBOLSUFFIX} \" " ${BUILD_LAPACK_DEPRECATED} " " ${BUILD_BFLOAT16} " " ${BUILD_SINGLE} " " ${BUILD_DOUBLE} " " ${BUILD_COMPLEX} " " ${BUILD_COMPLEX16} " > ${PROJECT_BINARY_DIR} /objcopy.def
404404 COMMAND objcopy -v --redefine-syms ${PROJECT_BINARY_DIR} /objcopy.def ${PROJECT_BINARY_DIR} /lib/lib${OpenBLAS_LIBNAME} .so
You can’t perform that action at this time.
0 commit comments