I agree with Robert There should be no reason on earth why you cannot use an Egg to package Numpy. Setuptools is not fragile, it's very stable but requires a bit of understanding.
The problem I have is not packaging numpy but compiling it on Windows. If I could compile the C I'd have built the egg in moments. The fact that I cannot compile the current version of Numpy is almost certainly not the fault of setuptools! Regarding the stability of Numpy in an Egg-wrapper - we run numpy 1.1.1 as an egg on about 100 workstations, 20 servers and countless grid CPUs with no problems at all. It's exactly as stable as Numpy installed from an exe, only we do not have to pay somebody to manually install it on all those computers. -----Original Message----- From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Robert Kern Sent: 16 April 2009 06:51 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Compiling for free on Windows32 On Thu, Apr 16, 2009 at 00:45, Gael Varoquaux <gael.varoqu...@normalesup.org> wrote: > On Wed, Apr 15, 2009 at 07:33:48PM +0100, Fadhley Salim wrote: >> We deploy on a very large number of computers in 5 countries. > >> PEAK's Setuptools gives us the ability to do all this deployment >> automatically. If we can package all of our dependancies as egg files >> then setuptools automatically deploys the egg files from a bunch of >> web-servers we have around the globe. It would be an enormous pain if >> we had to go to every single machine and run an exe installer. > > PEAK's setuptools is fragile with complex packages. This is the core > reason numpy is not distributed as an egg, as the implications on what > numpy would have to do to 'fit' in an egg compromise numpy's instal > quality (read: random crashes). David would tell you more about this, > since he went through all this pain. Nonsense. There is no reason that numpy *has* to be built with an optimized BLAS. We try hard to ensure that. It is David's desire to distribute numpy builds with optimized BLASes that does not fit into eggs, not numpy. Plain numpy eggs are really straightforward. -- 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 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
This email does not create a legal relationship between any member of the Cr=E9dit Agricole group and the recipient or constitute investment advice. The content of this email should not be copied or disclosed (in whole or part) to any other person. It may contain information which is confidential, privileged or otherwise protected from disclosure. If you are not the intended recipient, you should notify us and delete it from your system. Emails may be monitored, are not secure and may be amended, destroyed or contain viruses and in communicating with us such conditions are accepted. Any content which does not relate to business matters is not endorsed by us. Calyon is authorised by the Comit=e9 des Etablissements de Cr=e9dit et des Entreprises d'Investissement (CECEI) and supervised by the Commission Bancaire in France and subject to limited regulation by the Financial Services Authority. Details about the extent of our regulation by the Financial Services Authority are available from us on request. Calyon is incorporated in France with limited liability and registered in England & Wales. Registration number: FC008194. Registered office: Broadwalk House, 5 Appold Street, London, EC2A 2DA. This message and/or any attachments is intended for the sole use of its addressee. If you are not the addressee, please immediately notify the sender and then destroy the message. As this message and/or any attachments may have been altered without our knowledge, its content is not legally binding on CALYON Crédit Agricole CIB. All rights reserved. Ce message et ses pièces jointes est destiné à l'usage exclusif de son destinataire. Si vous recevez ce message par erreur, merci d'en aviser immédiatement l'expéditeur et de le détruire ensuite. Le présent message pouvant être altéré à notre insu, CALYON Crédit Agricole CIB ne peut pas être engagé par son contenu. Tous droits réservés.
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion