Skip to content

Commit 1c03e7c

Browse files
committed
Adding back the libomp link.
1 parent d806ccd commit 1c03e7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • tensorflow-core/tensorflow-core-native/src/main/java/org/tensorflow/internal/c_api/presets

tensorflow-core/tensorflow-core-native/src/main/java/org/tensorflow/internal/c_api/presets/tensorflow.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
},
6363
link = {"tensorflow_cc@.2", "tensorflow_framework@.2"},
6464
resource = {"LICENSE", "THIRD_PARTY_TF_JNI_LICENSES"}),
65+
@Platform(
66+
value = {"linux-arm64"},
67+
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp-6196b3b5@.5"}),
6568
@Platform(
6669
value = "windows",
6770
preload = {

0 commit comments

Comments
 (0)