Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-*.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 All @@ -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 .
ls -l .
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
resource = {"LICENSE", "THIRD_PARTY_TF_JNI_LICENSES"}),
@Platform(
value = {"linux-arm64"},
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp@.5"}),
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp-e9212f90@.5"}),
@Platform(
value = "windows",
preload = {
Expand Down
Loading