libgomp is not static linked in manylinux2014 cpu binary #2886
-
|
Describe the bug Information about your version Information about your GPU |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
|
Seems like a bug to me - libgomp1 shall be linked statically |
Beta Was this translation helpful? Give feedback.
-
|
my usual luck :-( |
Beta Was this translation helpful? Give feedback.
-
|
After a second look, it does seem that libgomp1 has to be linked dynamically. Could you try running |
Beta Was this translation helpful? Give feedback.
-
|
adding #2866 as a potential fix |
Beta Was this translation helpful? Give feedback.
-
can confirm that installing libgomp1 manually works! |
Beta Was this translation helpful? Give feedback.
-
|
Great! Given that OpenMP is such a foundational dependency, I would prefer to keep it dynamically linked for now. |
Beta Was this translation helpful? Give feedback.
can confirm that installing libgomp1 manually works!