未验证 提交 2ea9be6a 编写于 作者: H huzhiqiang 提交者: GitHub

BUG FIX: model_optimize_tool can not compile properly on mac environment, this...

BUG FIX: model_optimize_tool can not compile properly on mac environment, this issue is fixed by modify dependency. cherry-pick (#2336)

* fix buf: model_optimize_tool can not compile preperly on mac environment (#2326)

BUG FIX: model_optimize_tool can not compile properly on mac environment, this issue is fixed by modify dependency. cherry-pick
上级 74878eaf
......@@ -111,10 +111,7 @@ if (LITE_WITH_X86)
COMMAND mkdir -p "${INFER_LITE_PUBLISH_ROOT}/demo/cxx"
)
add_dependencies(publish_inference_x86_cxx_lib publish_inference_x86_cxx_demos)
add_dependencies(publish_inference_x86_cxx_demos gflags eigen3 xbyak xxhash glog)
if(WITH_MKL)
add_dependencies(publish_inference_x86_cxx_demos mklml)
endif()
add_dependencies(publish_inference_x86_cxx_demos paddle_full_api_shared eigen3)
endif()
if (LITE_WITH_LIGHT_WEIGHT_FRAMEWORK AND LITE_WITH_ARM)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册