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

shared library name is .so and not .so.2 #71

Closed
mathog opened this issue Aug 18, 2020 · 0 comments · Fixed by #72
Closed

shared library name is .so and not .so.2 #71

mathog opened this issue Aug 18, 2020 · 0 comments · Fixed by #72

Comments

@mathog
Copy link

mathog commented Aug 18, 2020

A problem with velocyto was traced to numba and its interaction with this tbb package. Details here:

velocyto-team/velocyto.py#269

In short, numba (and possibly others) look for "libtbb.so.2", but the cmake build of this tbb only creates "libtbb.so". Renaming the shared libraries from this build from .so to .so.2, then making links to the .so.2 version from the .so version resolved this issue. Ditto for the other two other shared libraries it made.

Older libtbb versions, such as those on CentOS 8, all seem to all have that naming convention.

jschueller added a commit to jschueller/tbb that referenced this issue Aug 20, 2020
jschueller added a commit to jschueller/tbb that referenced this issue Sep 7, 2020
@wjakob wjakob closed this as completed in #72 Sep 7, 2020
wjakob pushed a commit that referenced this issue Sep 7, 2020
wjakob pushed a commit that referenced this issue Sep 7, 2020
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

Successfully merging a pull request may close this issue.

1 participant