Skip to content

blosc 1.8.3 installing to purelib directory not platlib #222

@toddrme2178

Description

@toddrme2178

I am trying to package python-blosc for openSUSE Linux and I am running into an issue where the package is installing to the architecture-independent purelib directory rather than the architecture-specific platlib directory. This is incorrect, since it contains compiled C code. Specifically, it is being installed into:

/usr/lib/python3.7/site-packages/blosc

Instead of

/usr/lib64/python3.7/site-packages/blosc

This didn't happen in 1.8.1, so it seems to be something new with the switch to scikit-build.

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