Skip to content

Handling executables (scripts from the Python POV) that link to distribution libraries #3

Open
@FFY00

Description

@FFY00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs infoNeeds more information

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions