Package: python-numpy
Version: 1:1.16.0~rc2-1
Hi Sandro,
thanks for taking care of this issue.
I've upgraded to the new version and see the following
$ ldd
/usr/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.x86_64-linux-gnu.so |
grep blas
libblas.so.3 => /usr/lib/x86_64-linux-gnu/libblas.so.3
(0x00007f8f59855000)
libopenblas.so.0 => /usr/lib/x86_64-linux-gnu/libopenblas.so.0
(0x00007f8f57494000)
Thus, python-numpy still won't work without package libopenblas-base.
Maybe, there is a bug in the building system of numpy.
I'm experiencing the same problem when trying to build a local version of
sagemath which builds its own numpy.
Any ideas?
Regards,
Jörg.