[SciPy-user] scipy svn build errors (fftpack)
Ken Schutte
kschutte at csail.mit.edu
Tue Jul 11 00:32:30 EDT 2006
> listservs at mac.com wrote:
>
>>Recent svn builds of scipy on OSX are failing. The errors occur with
>>fftpack:
>>
>
> I was also about to post about an error building scipy svn due to
> fftpack.
> Someone noted the same thing on FC5 about a month ago on SciPy-dev:
> http://www.scipy.net/pipermail/scipy-dev/2006-June/005885.html
Just to follow up - this problem was answered on SciPy-dev. I had to
comment out this line:
if cpu.has_sse2(): opt.append('-msse2')
in this file:
/usr/lib/python2.4/site-packages/numpy/distutils/fcompiler/gnu.py
More information about the SciPy-User
mailing list