Skip to content

Commit

Permalink
Use library full name
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Sep 20, 2024
1 parent cf17c2e commit b11480e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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-e9212f90.so.5 libomp.so
ln -fs libomp-e9212f90.so.5 libomp-e9212f90.so
fi
elif [[ "$PLATFORM" =~ "macosx" ]]; then
ln -fs libtensorflow_cc.2.dylib libtensorflow_cc.dylib
Expand Down

0 comments on commit b11480e

Please sign in to comment.