[SciPy-user] Building on Windows with the Intel VisualFortranCompiler

David M. Cooke cookedm at physics.mcmaster.ca
Tue Aug 8 17:45:41 EDT 2006


On Sun, 6 Aug 2006 03:45:54 +0200
"Albert Strasheim" <fullung at gmail.com> wrote:

> Hello all
> 
> > -----Original Message-----
> > From: scipy-user-bounces at scipy.org [mailto:scipy-user-bounces at scipy.org]
> > On Behalf Of Albert Strasheim
> > Sent: 06 August 2006 03:34
> > To: 'SciPy Users List'
> > Subject: Re: [SciPy-user] Building on Windows with the Intel
> > VisualFortranCompiler
> > 
> > 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?
> 
> Removing the code mentioned above seemed to fix the problem. Filed NumPy
> ticket #234 for this one.
> 
> http://projects.scipy.org/scipy/numpy/ticket/234

Fixed.

> Unfortunately, it seems the special/cephes/const.c code contains some
> constructs that MSVC doesn't accept. I reported these here some months ago:
> 
> http://projects.scipy.org/scipy/scipy/ticket/12

Can you try the patch I just attached to that?

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca



More information about the SciPy-User mailing list