[Numpy-discussion] Building a Win32/Python2.4 multi-version egg for Numpy

Robert Kern robert.kern at gmail.com
Tue Oct 21 09:58:24 EDT 2008


On Tue, Oct 21, 2008 at 08:41, Fadhley Salim
<fadhley.salim at uk.calyon.com> wrote:
> Is there a way to make a multi-version egg from the Numpy source code
> (supplied from sourceforge).
>
> Ideally I'd like to create an automated process that allows me to quickly
> make a Win32 egg any time a new release of Numpy comes out so that my team
> can test it and adjust our project's dependancies as they see fit.
>
> Initially I'd like to make multiversion eggs for both Numpy 1.1 and 1.2 so
> that my team can get started on testing this library. Is there anybody here
> who has managed to build an egg from Numpy?

python setupegg.py bdist_egg

-- 
Robert Kern

"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 NumPy-Discussion mailing list