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 <