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]
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-28 17:12:09 +02:00
parent 73799202b0
commit 211e11e642
1 changed files with 3 additions and 0 deletions

View File

@ -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 <<EOF
set(CMAKE_CXX_FLAGS "\${CMAKE_CXX_FLAGS} -I$PWD")
EOF