[SciPy-User] [build] visual studio 2008 and intel fortran 11.1 compiler
David Cournapeau
cournape at gmail.com
Tue Dec 15 07:14:36 EST 2009
On Tue, Dec 15, 2009 at 5:23 PM, Eloi Gaudry <eg at fft.be> wrote:
> thanks for this advise.
> Can I use numscons to build scipy-0.7.1 and numpy-1.3.0 or should I use
> their current svn version ?
You should use the svn version. Numpy 1.3.0 can be built under VS 2008
64 bits, but scipy 0.7.1 cannot (because of fortran, mostly), and svn
scipy requires svn numpy. For numpy, you should use the 1.4.x branch,
this one is the stable one for now.
>
> Another question, using numscons to build scipy implicitly means that
> numpy should have been built using numscons too (cf. compilers options
> that might be different, etc.) ?
It is not strictly required, but that's strongly recommended, in part
for the reasons you mentioned. There is no advantage in using
distutils to build compared to numscons if your toolchain is supported
that I can see anyway,
cheers,
David
More information about the SciPy-User
mailing list