Mailinglist Archive: opensuse-buildservice (227 mails)
| < Previous | Next > |
[opensuse-buildservice] Fwd: scipy on opensuse 10.2
- From: "David Strozzi" <david.strozzi@xxxxxxxxx>
- Date: Sun, 21 Jan 2007 17:27:34 -0800
- Message-id: <f21763420701211727s2ce66a56r127c983fee60b641@xxxxxxxxxxxxxx>
Hi,
This continues an earlier effort I made in late 2006 to get scipy and
numpy working on opensuse.
Last weekend, I installed opensuse 10.2 from scratch on an amd x86_64
system. I installed blas, lapack, fftw, numpy, scipy, and matplotlib,
from the 10.2 repo or the opensuse build service. I can run python
2.5 fine. Then,
loads numpy, and basic things like sqrt() work. However,
gives an error, with an undefined symbol in fblas (part of BLAS I
gather); see transcript below.
As I remember, in late 2006 there are a lot of problems with what
fortran compiler (g77 vs gfortran) was used. Either way, if anyone
has any ideas for how to fix this, please share them!
Cheers,
David
******************************************
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.5/site-packages/scipy/linalg/__init__.py", line 8, in
<module>
from basic import *
File "/usr/lib64/python2.5/site-packages/scipy/linalg/basic.py",
line 227, in <module>
import decomp
File "/usr/lib64/python2.5/site-packages/scipy/linalg/decomp.py",
line 21, in <module>
from blas import get_blas_funcs
File "/usr/lib64/python2.5/site-packages/scipy/linalg/blas.py", line
14, in <m odule>
from scipy.linalg import fblas
ImportError: /usr/lib64/python2.5/site-packages/scipy/linalg/fblas.so: undefined
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
This continues an earlier effort I made in late 2006 to get scipy and
numpy working on opensuse.
Last weekend, I installed opensuse 10.2 from scratch on an amd x86_64
system. I installed blas, lapack, fftw, numpy, scipy, and matplotlib,
from the 10.2 repo or the opensuse build service. I can run python
2.5 fine. Then,
from numpy import *
loads numpy, and basic things like sqrt() work. However,
from scipy import *
gives an error, with an undefined symbol in fblas (part of BLAS I
gather); see transcript below.
As I remember, in late 2006 there are a lot of problems with what
fortran compiler (g77 vs gfortran) was used. Either way, if anyone
has any ideas for how to fix this, please share them!
Cheers,
David
******************************************
Traceback (most recent call last):from scipy import *
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.5/site-packages/scipy/linalg/__init__.py", line 8, in
<module>
from basic import *
File "/usr/lib64/python2.5/site-packages/scipy/linalg/basic.py",
line 227, in <module>
import decomp
File "/usr/lib64/python2.5/site-packages/scipy/linalg/decomp.py",
line 21, in <module>
from blas import get_blas_funcs
File "/usr/lib64/python2.5/site-packages/scipy/linalg/blas.py", line
14, in <m odule>
from scipy.linalg import fblas
ImportError: /usr/lib64/python2.5/site-packages/scipy/linalg/fblas.so: undefined
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |