[SciPy-dev] Building newcore with the intel compilers on Itanium2...

Pearu Peterson pearu at scipy.org
Thu Nov 3 03:02:22 EST 2005


I have commited Intel C compiler (untested) support to newcore. It 
consists of  intelccompiler.py file and of view lines in ccompiler.py.

So, to build newcore with intele compiler, use

python setup.py config --compiler=intele build_ext --compiler=intele build

To build newscipy, use

python setup.py config --compiler=intele --fcompiler=intele \
  build_ext --compiler=intele --fcompiler=intele \
build_clib --compiler=intele --fcompiler=intele build

To shorten these command lines, cc_config needs to be implemented similar 
to fc_config in scipy/distutils/command/config_compiler.py


Pearu




More information about the SciPy-Dev mailing list