has2k1 / scikit-misc

Miscellaneous tools for data analysis and scientific computing
https://has2k1.github.io/scikit-misc/stable
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

check openblas64 pkg-config when looking for the openblas module #29

Closed ghost closed 10 months ago

ghost commented 10 months ago

openblas v0.3.22 renamed openblas.pc to openblas64.pc. https://github.com/OpenMathLib/OpenBLAS/pull/3791

when building scikit-misc with openblas v0.3.24 the build breaks as it can not find the module.

this change adds openblas64 to the list of openblas module names in the dependency call.