Description
Many python libraries rely on availability of some certain libraries in order to compile. Take numpy as an example which depends on OpenBLAS and Lapack for compilation. Ability to specify our own python prefixes (cross compiled ones) would give us greater compatibility for building such python wheels.
Build log
No response
CI config
No response