Commit 3489284
committed
BUG: Do not clobber auditwheel manylinux module wheel
mv is overwriting the manylinux wheel that auditwheel generated
previously. This wheel contains the fixed up shared library that points
to libtbb from the itk-core package. Otherwise, this will result in:
ImportError: libtbb.so.12: cannot open shared object file: No such file or directory
at runtime on systems without that library.1 parent d7148c1 commit 3489284
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
0 commit comments