Files
OscarL e7e2140142 lapack: disable cblas, make lapack.pc require openblas.pc. (#11801)
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.
2025-02-21 05:25:26 +00:00
..