[Numpy-discussion] New bug with "setup,py develop"

Charles R Harris charlesr.harris at gmail.com
Mon Feb 11 03:40:06 EST 2008


On Feb 11, 2008 1:21 AM, Robert Kern <robert.kern at gmail.com> wrote:

> I've just updated the SVN trunk to get the latest numscons merge.
> Something broke the support I put in for the setuptools "develop"
> command. In order to make sure that setuptools' "develop" works with
> numpy.distutils' "build_src", we override the "develop" command to
> reinitialize the "build_src" command to add the --inplace option. This
> used to work as of r4772, but now any Fortran Extensions have the
> generated sources added twice. This causes links to fail since the
> same symbol shows up twice.
>

While we're talking build, how do I set the compiler flags? Numpy here
always compiles with -march=i386, which seems a bit conservative. My
environment flags are also ignored, but I assume there is someway of getting
the compile to behave.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080211/347d91d2/attachment.html>


More information about the NumPy-Discussion mailing list