openvino_contrib
openvino_contrib copied to clipboard
[JavaAPI] TBB libraries has .so name rather than .so.2 name
https://github.com/openvinotoolkit/openvino_contrib/blob/6c16acff2ae0578008b171706c776ee566211cd2/modules/java_api/src/main/java/org/intel/openvino/NativeLibrary.java#L89
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.