[lapack-reference] Cannot disable blas-select on Linux #21224
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Stale
Describe the bug
On Linux,
USE_OPTIMIZED_BLAS=ON
appears to always be set when using an external Fortran compiler, but it should only be true when using the blas-select or noblas features.Environment
To Reproduce
I created a project to illustrate the problem. It sets
"default-features": false
to disable blas-select.Steps to reproduce the behavior:
Actual Output:
Expected Output:
The text was updated successfully, but these errors were encountered: