Comment 1 for bug 887381

Revision history for this message
Bolche (companheiro-vermelho) wrote : Re: Renpy fails to launch with custom atlas library

Uhh, actually, it doesn't look like the bug is in the numpy package. I launched python and typed "import numpy" and got:
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.7/numpy/__init__.py", line 136, in <module>
    import add_newdocs
  File "/usr/lib/pymodules/python2.7/numpy/add_newdocs.py", line 9, in <module>
    from numpy.lib import add_newdoc
  File "/usr/lib/pymodules/python2.7/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
  File "/usr/lib/pymodules/python2.7/numpy/lib/polynomial.py", line 17, in <module>
    from numpy.linalg import eigvals, lstsq
  File "/usr/lib/pymodules/python2.7/numpy/linalg/__init__.py", line 48, in <module>
    from linalg import *
  File "/usr/lib/pymodules/python2.7/numpy/linalg/linalg.py", line 23, in <module>
    from numpy.linalg import lapack_lite
ImportError: /usr/lib/libblas.so.3gf: undefined symbol: _gfortran_st_write_done

According to a comment in Bug #877286, you have to rebuild numpy to get atlas support, but the author doesn't give details about how.

So, it's actually in the wrong package... How do I change it?