Skip to content

Commit cf17c2e

Browse files
authored
Use full libomp name
1 parent f211301 commit cf17c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow-core/tensorflow-core-native/scripts/dist_download.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [[ "$PLATFORM" =~ "linux" ]]; then
5555
ln -fs libtensorflow_cc.so.2 libtensorflow_cc.so
5656
ln -fs libtensorflow_framework.so.2 libtensorflow_framework.so
5757
if [[ "$PLATFORM" == "linux-arm64" ]]; then
58-
ln -fs libomp-*.so.5 libomp.so
58+
ln -fs libomp-e9212f90.so.5 libomp.so
5959
fi
6060
elif [[ "$PLATFORM" =~ "macosx" ]]; then
6161
ln -fs libtensorflow_cc.2.dylib libtensorflow_cc.dylib
@@ -65,4 +65,4 @@ elif [[ "$PLATFORM" =~ "windows" ]]; then
6565
# (while it is also available at the root of the include folder for other platforms)
6666
cd include && ln -fs tensorflow/tsl tsl && cd -
6767
fi
68-
ls -l .
68+
ls -l .

0 commit comments

Comments
 (0)