[Numpy-discussion] recompiling everything ?

David Cournapeau cournape at gmail.com
Mon Nov 23 19:55:49 EST 2009


On Tue, Nov 24, 2009 at 12:53 AM,  <josef.pktd at gmail.com> wrote:

>
> Is this only related to the temporary (?) ABI breaking during the
> datetime merge, or do we now have to recompile all packages with
> c-extension each time we update numpy trunk?

Hopefully that's due to the temporary breakage.

There is unfortunately no easy way to fix this, because of the way C
extensions work in python: we can't rely on the linker to help use, in
particular.

David



More information about the NumPy-Discussion mailing list