Merge branch 'develop' of github.com:PaddlePaddle/FastDeploy into develop

This commit is contained in:
ChaoII
2022-09-29 10:39:26 +08:00

View File

@@ -21,6 +21,8 @@ import sys
def process_paddle_inference(paddle_inference_so_file): def process_paddle_inference(paddle_inference_so_file):
if platform.system().lower() != "linux":
return
rpaths = [ rpaths = [
"$ORIGIN", "$ORIGIN/../../third_party/install/mkldnn/lib/", "$ORIGIN", "$ORIGIN/../../third_party/install/mkldnn/lib/",
"$ORIGIN/../../third_party/install/mklml/lib/", "$ORIGIN/../../third_party/install/mklml/lib/",