Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaAPI] TBB libraries has .so name rather than .so.2 name #884

Open
xuanqing94 opened this issue Mar 1, 2024 · 1 comment
Open

[JavaAPI] TBB libraries has .so name rather than .so.2 name #884

xuanqing94 opened this issue Mar 1, 2024 · 1 comment
Assignees

Comments

@xuanqing94
Copy link

// 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.

@ilya-lavrenov
Copy link
Contributor

OpenVINO uses oneTBB which changed libraries versions from .2 to .12
So, Java module should be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants