From: John J. L. <ph...@cs...> - 2001-01-21 17:49:39
|
On Sat, 20 Jan 2001, Tony Seward wrote: > I've been trying to get the setup.py scripts in the Numeric distribution to > build binary distributions. I have tried several things but what always > ends up being a problem is the current Numeric organization, specifically > LALITE and RANLIB. They just don't fit well with the distutils paradigm. > > If they were packaged as part of the Numeric core but were a build-time > option, I think that I could get things to work much more easily. The [...] Can't you just edit the list of extensions in setup_all.py? Or has that changed? John |