[SciPy-dev] setup/config problem with scipy svn
Robert Kern
robert.kern at gmail.com
Mon Apr 3 12:43:23 CDT 2006
John Hunter wrote:
>>>>>>"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.
Be sure your numpy is up-to-date, at least r2315.
http://projects.scipy.org/scipy/numpy/changeset/2315
--
Robert Kern
robert.kern at gmail.com
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Scipy-dev
mailing list