Skip to content

numpy: set BLAS and LAPACK env vars when lapack_enabled is false

According to the numpy docs, these environment variables should be set to "None" to disable attempts to find BLAS or LAPACK when numpy is being configured.

Merge request reports