You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// On Linux, TBB and GNA libraries has .so.2 soname
Hi, I compiled the OpenVINO library together with the tbb bundled with openvino. I am on linux (ubuntu and centos) and confirmed that no libtbb.so.2 generated (only libtbb.so -> libtbb.so.12 -> libtbb.so.12.2).
Without changing this line referenced above, the link will fail.
The text was updated successfully, but these errors were encountered:
openvino_contrib/modules/java_api/src/main/java/org/intel/openvino/NativeLibrary.java
Line 89 in 6c16acf
Hi, I compiled the OpenVINO library together with the tbb bundled with openvino. I am on linux (ubuntu and centos) and confirmed that no libtbb.so.2 generated (only libtbb.so -> libtbb.so.12 -> libtbb.so.12.2).
Without changing this line referenced above, the link will fail.
The text was updated successfully, but these errors were encountered: