mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
We're making lapack rely on OpenBLAS's implementaiton of BLAS... and the latter already provides its own "cblas". Unless we make the _devel package conflict with one another, we better disable cblas here. Also: `lapack.pc` still referenced a "blas" .pc file (as would be the case if we wre using the lapack-provided BLAS). Changing that to point to openblas.pc instead fixes the meson-based build of `scipy` (and with no missing symbols at runtime). Fixes #11784.