Open
Description
I don't think auditwheel fixes the binary dependencies for wheel scripts, we should confirm that. If it does not, we should put them in platlib and add a wrapper that just calls them in the scripts directory.
The issue here is that we do not know the final location of the .libs
folder so we cannot set the path to point there. By placing them in platlib, we can set the rpath to $ORIGIN/../.libs
.