Skip to content

Make python's pc files findable by pkgconf #69

@virtuald

Description

@virtuald

Currently they aren't findable.

On Linux, the pc files are often installed in the system pkgconfig directory, which is undesirable to add to the PKG_CONFIG_PATH. We could create a temporary directory and add a symlink to the files (since pkgconf/pkgconf#363), but that could have a performance impact -- but maybe it doesn't matter? Ideally, there would be a way to tell pkgconf to only find specific .pc files.

On macOS and Windows, as far as I can see the .pc files are typically isolated to that specific python interpreter (and not installed in a global shared location) so just adding the directory to PKG_CONFIG_PATH would be sufficient.

Question open at pkgconf/pkgconf#391

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions