[SciPy-user] Building on Windows with the Intel Visual FortranCompiler

Albert Strasheim fullung at gmail.com
Sat Aug 5 21:33:59 EDT 2006


I think intel.py is simply wrong. It does:

    ar_exe = 'lib.exe'
    fc_exe = 'ifl'
    if sys.platform=='win32':
        from distutils.msvccompiler import MSVCCompiler
        ar_exe = MSVCCompiler().lib

ar_exe is set already, so why go look for a value for it in the MSVCCompiler
instance?

Cheers,

Albert

> I was doing this already:
> 
> python setup.py config --compiler=msvc --fcompiler=intelv build_clib
> --compiler=msvc --fcompiler=intelv build_ext --compiler=msvc
> --fcompiler=intelv bdist_wininst




More information about the SciPy-User mailing list