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.