Commit 6d28130
committed
fix(compat.opencv): WITH_LAPACK=OFF — drop macOS Accelerate BLAS/LAPACK dep
Apple Silicon auto-found the Accelerate framework and emitted cblas_*/
lapack (sgesv_/dgetrf_/…) calls the consumer doesn't link. Off => core
uses its built-in fallback; no external BLAS/LAPACK to carry (host-free,
consistent with the IPP/TBB/Eigen-off minimal profile).1 parent 815e9f6 commit 6d28130
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
0 commit comments