Re: [Numpy-discussion] numpy.distutils quirk

2011-10-19 Thread Robert Cimrman
On 10/19/11 16:54, Robert Cimrman wrote: > On 10/18/11 22:13, Ralf Gommers wrote: >> On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote: >> >>> Hi, >>> >>> I have now spent several hours hunting down a major slowdown of my code >>> caused >>> (apparently) by using config.add_library() for a re

Re: [Numpy-discussion] numpy.distutils quirk

2011-10-19 Thread Robert Cimrman
On 10/18/11 22:13, Ralf Gommers wrote: > On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote: > >> Hi, >> >> I have now spent several hours hunting down a major slowdown of my code >> caused >> (apparently) by using config.add_library() for a reusable part of C source >> files instead of just co

Re: [Numpy-discussion] numpy.distutils quirk

2011-10-18 Thread Ralf Gommers
On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote: > Hi, > > I have now spent several hours hunting down a major slowdown of my code > caused > (apparently) by using config.add_library() for a reusable part of C source > files instead of just config.add_extension(). > > The reason of the slow

[Numpy-discussion] numpy.distutils quirk

2011-10-11 Thread Robert Cimrman
Hi, I have now spent several hours hunting down a major slowdown of my code caused (apparently) by using config.add_library() for a reusable part of C source files instead of just config.add_extension(). The reason of the slowdown was different, but hard to discern, naming of options and silen