[SciPy-user] Floating point exception in scipy

Rob Hetland hetland at tamu.edu
Fri Mar 31 17:37:25 EST 2006


Compiled on an Intel Mac os X using gcc 4.0.1 (the only one available  
on intel macs) and gfortran (from hpc.sf.net).  Python is MacPython  
Universal build 2.4.3.

Numpy compiles without a hitch, and tests with no errors.

SciPy also compiles without errors, but I get a floating point  
exception when trying to test scipy.  This includes doing scipy.test 
(10,10).  Below are the details of some attempts.  I'm really not  
sure where to begin, as it compiles fine.  Jordan Mantha has claimed  
success basically following the PPC build instructions with this  
compiler configuration, but I have not had any luck.  I have also  
tried to exclude modules that need umfpack, but that also failed in a  
similar way.

Any ideas?

-Rob




mire:~/src/python$ python
Python 2.4.3 (#1, Mar 30 2006, 11:02:16)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import scipy
import linsolve.umfpack -> failed: No module named _umfpack
 >>> scipy.test(10,10)
Floating point exception



mire:~/src/python$ python
Python 2.4.3 (#1, Mar 30 2006, 11:02:16)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import scipy.special
import linsolve.umfpack -> failed: No module named _umfpack
Floating point exception



mire:~/src/python$ python
Python 2.4.3 (#1, Mar 30 2006, 11:02:16)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> from scipy import *
import linsolve.umfpack -> failed: No module named _umfpack
Floating point exception




-----
Rob Hetland, Assistant Professor
Dept of Oceanography, Texas A&M University
p: 979-458-0096, f: 979-845-6331
e: hetland at tamu.edu, w: http://pong.tamu.edu




More information about the SciPy-User mailing list