[SciPy-user] compilation problem: specfun.f

Pearu Peterson pearu at cens.ioc.ee
Mon Mar 10 12:59:55 EST 2003


On Mon, 10 Mar 2003, Kasper Souren wrote:

> (schizo reply)
> 
> It seems that the errors don't occur very often, and they're always like this:
> 
> 	/tmp/ccn0CQzt.s: Assembler messages:
> 	/tmp/ccn0CQzt.s:1927: Error: suffix or operands invalid for `movd'
> 
> (That is, only the filenames and line numbers are different.)
> 
> Where could I disable the -msse2 flag for g77 compilations?

Either in 
  scipy_core/scipy_distutils/command/build_flib.py
(look for cpu.has_sse2() line in gnu_fortran_compiler class)
or in
  scipy_core/scipy_distutils/command/cpuinfo.py
in the case if the detection of SSE2 is wrong.

Pearu





More information about the SciPy-User mailing list