You are not logged in.
When installing whipser.cpp, which depends on openblas,
it says that blas-openblas and blas are in conflict,
and asks whether to remove blas.
If "Yes", will this break opencv?
Thanks
Last edited by jronald (2025-02-23 05:26:03)
Offline
not sure why opencv uses blas over openblas but i can tell you that openblas provides blas. so opencv should still be working once you remove blas and install openblas
Offline
not sure why opencv uses blas over openblas but i can tell you that openblas provides blas. so opencv should still be working once you remove blas and install openblas
tested, it works
$ yay -Qi blas-openblas
...
Provides : blas=3.12.0 cblas=3.12.0 lapack=3.12.0 lapacke=3.12.0 openblas-lapack=0.3.28
...Thanks
Last edited by jronald (2025-02-23 05:25:36)
Offline