Skip to content
Prev Previous commit
Adding back the libomp link.
  • Loading branch information
Craigacp committed May 23, 2025
commit 1c03e7c19f33fce4e7d0562d564604e399769b1b
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
},
link = {"tensorflow_cc@.2", "tensorflow_framework@.2"},
resource = {"LICENSE", "THIRD_PARTY_TF_JNI_LICENSES"}),
@Platform(
value = {"linux-arm64"},
link = {"tensorflow_cc@.2", "tensorflow_framework@.2", "omp-6196b3b5@.5"}),
@Platform(
value = "windows",
preload = {
Expand Down
Loading