From 752183138f4138103ce5f6f33e46a097067c03e1 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Tue, 18 Sep 2018 13:26:12 +0000 Subject: [PATCH] refine the structure of paddle_build.sh --- paddle/scripts/paddle_build.sh | 121 +++++++++++++++++---------------- 1 file changed, 61 insertions(+), 60 deletions(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 8f854df69d..e4b2814a06 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -115,67 +115,68 @@ function cmake_gen() { else INFERENCE_DEMO_INSTALL_DIR=${INFERENCE_DEMO_INSTALL_DIR=-/root/.cache/inference_demo} fi -cat <