[SciPy-dev] setup/config problem with scipy svn
John Hunter
jdhunter at ace.bsd.uchicago.edu
Mon Apr 3 12:14:27 CDT 2006
>>>>> "Andrew" == Andrew Straw <strawman at astraw.com> writes:
Andrew> I'm not sure it'll help (there may be a new problem, as
Andrew> you suggest), but I've found that numpy distutils is
Andrew> brittle when it comes to figuring out the right commands,
Andrew> thus I specify them explicitly:
Taking a stab in the dark after looking at older versions of setup.py,
I modified
setup( configuration=configuration )
to read
setup( **configuration().todict() )
and was able to build.
JDH
More information about the Scipy-dev
mailing list