FS#10186 - [python-scipy 0.6.0-1] LAPACK Fortran problems

Attached to Project: Community Packages
Opened by Przemyslaw K. (CoolGenie) - Monday, 14 April 2008, 05:43 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 May 2008, 22:15 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Douglas Soares de Andrade (dsa)
Andrea Scarpino (BaSh)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Problems with libgfortran.so.2 -- this is an issue with gcc-4.3.0:

>>> from scipy import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/scipy/linalg/__init__.py", line 8, in <module>
from basic import *
File "/usr/lib/python2.5/site-packages/scipy/linalg/basic.py", line 17, in <module>
from lapack import get_lapack_funcs
File "/usr/lib/python2.5/site-packages/scipy/linalg/lapack.py", line 17, in <module>
from scipy.linalg import flapack
ImportError: libgfortran.so.2: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Sunday, 18 May 2008, 22:15 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed by me
Comment by Przemyslaw K. (CoolGenie) - Monday, 14 April 2008, 20:38 GMT
Just came to my mind -- maybe it's an issue with lapack and not with scipy...
Comment by Eric Belanger (Snowman) - Saturday, 19 April 2008, 03:53 GMT
it's an issue with python-scipy. It needs to be rebuilt against gcc 4.3.0

Loading...