From cf17c2efee6caba8cece7744ff474d5764f327d1 Mon Sep 17 00:00:00 2001 From: Karl Lessard Date: Fri, 20 Sep 2024 15:44:13 -0400 Subject: [PATCH] Use full libomp name --- .../tensorflow-core-native/scripts/dist_download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow-core/tensorflow-core-native/scripts/dist_download.sh b/tensorflow-core/tensorflow-core-native/scripts/dist_download.sh index 470d6d01e6b..ce64bd659d5 100755 --- a/tensorflow-core/tensorflow-core-native/scripts/dist_download.sh +++ b/tensorflow-core/tensorflow-core-native/scripts/dist_download.sh @@ -55,7 +55,7 @@ if [[ "$PLATFORM" =~ "linux" ]]; then ln -fs libtensorflow_cc.so.2 libtensorflow_cc.so ln -fs libtensorflow_framework.so.2 libtensorflow_framework.so if [[ "$PLATFORM" == "linux-arm64" ]]; then - ln -fs libomp-*.so.5 libomp.so + ln -fs libomp-e9212f90.so.5 libomp.so fi elif [[ "$PLATFORM" =~ "macosx" ]]; then ln -fs libtensorflow_cc.2.dylib libtensorflow_cc.dylib @@ -65,4 +65,4 @@ elif [[ "$PLATFORM" =~ "windows" ]]; then # (while it is also available at the root of the include folder for other platforms) cd include && ln -fs tensorflow/tsl tsl && cd - fi -ls -l . \ No newline at end of file +ls -l .