From 447a5ca53faf3c5bd5982249a3c882042a9f7acf Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 29 Oct 2020 14:28:49 +0800 Subject: [PATCH] this commit for testing smoke, do not merge --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 572b1c3c..257e4c37 100644 --- a/build.sh +++ b/build.sh @@ -276,6 +276,7 @@ generate_package() done find ./bin -name atc -exec cp {} "${OUTPUT_PATH}/${ATC_BIN_PATH}" \; + find ${OUTPUT_PATH}/${GRAPHENGINE_LIB_PATH} -maxdepth 1 -name "libascendcl.so" -exec cp -f {} ${OUTPUT_PATH}/${ACL_PATH} \; if [ "x${PLATFORM}" = "xtrain" ]