rex <[EMAIL PROTECTED]> [2007-06-09 11:02]:
> I changed the cc_exe line in
> numpy-1.0.3/numpy/distutils/intelccompiler.py to:
>
> cc_exe = 'icc -msse3 -xP -fast' #Core 2 Duo
>
> >From the numpy-1.03 directory executed:
>
> python setup.py config --compiler=intel build_clib --compiler=intel bui
I changed the cc_exe line in
numpy-1.0.3/numpy/distutils/intelccompiler.py to:
cc_exe = 'icc -msse3 -xP -fast' #Core 2 Duo
>From the numpy-1.03 directory executed:
python setup.py config --compiler=intel build_clib --compiler=intel build_ext
--compiler=intel install --prefix=/usr/local/
[muc