MacPython / openblas-libs

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

OpenBLAS wheels are bundling libquadmath - licence points #114

Closed andyfaff closed 9 months ago

andyfaff commented 1 year ago

I had a root around in the scipy-openblas32 and scipy-openblas64 wheels. They both bundle libquadmath. As far as I can tell libquadmath is licenced with LGPL.

mattip commented 1 year ago

Good points. The license in the wheel should be bundling the other licenses like numpy does. As for libquadmath, I see the current numpy wheels are bundling it, and have the same issue. The proper text should be added to the LICENSE_*.txt files.

mattip commented 9 months ago

Closing, the wheel includes the proper licenses.