From 211e11e642dcbbed0e75f0bed66b3cbe8c082ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 28 May 2023 17:12:09 +0200 Subject: [PATCH] Drop bundled FindBLAS.cmake that doesn't know about FlexiBLAS In the end, this doesn't seem to have any effect, but at least the previous version was detecting openblas.so, which is certaily wrong. IIUC, blas is only used in combination for some optional features which are disabled ATM. [skip changelog] --- dolfin.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dolfin.spec b/dolfin.spec index c21a078..2b34df0 100644 --- a/dolfin.spec +++ b/dolfin.spec @@ -97,6 +97,9 @@ BuildArch: noarch # Let's just specify an exact version of a dependency, yay! sed -i -r 's|pybind11==|pybind11>=|' python/setup.py +# Drop obsolete bundled crap that doesn't support FlexiBLAS +rm cmake/modules/FindBLAS.cmake + cat >>python/CMakeLists.txt <