Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
On Thu, Aug 16, 2007 at 06:52:47PM +0100, Andrew Ross wrote: > On Thu, Aug 16, 2007 at 08:56:31AM -0700, Alan Irwin wrote: > > (2) For exactly the same revision as last night (i.e., without your recent > > workaround to disable example 21) and with python2.4-numeric-ext installed, > > the error mes

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
On Thu, Aug 16, 2007 at 08:56:31AM -0700, Alan Irwin wrote: > On 2007-08-16 08:52+0100 Andrew Ross wrote: > > > > >Alan, > > > >Example 21 is now disabled in the automatic tests since is doesn't work > >with Numeric anyway. > > > >I've commented out the use of RandomArray for now since the only pl

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 08:52+0100 Andrew Ross wrote: > > Alan, > > Example 21 is now disabled in the automatic tests since is doesn't work > with Numeric anyway. > > I've commented out the use of RandomArray for now since the only place > it is used is in example 21. Example 17 actually uses random.random,

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Alan, Example 21 is now disabled in the automatic tests since is doesn't work with Numeric anyway. I've commented out the use of RandomArray for now since the only place it is used is in example 21. Example 17 actually uses random.random, which is part of python. This only generates single rando

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Sorry, not example 9, but example 17. Still thinking about text clipping. Actually I notice that example 21 also uses random so disabling won't necessarily help. On Wed, Aug 15, 2007 at 03:59:37PM -0700, Alan Irwin wrote: > Hi Andrew: > > I just tried the following cmake options with a fresh svn

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Hi Alan, RandomArray is one of the Numeric extensions rather than a core part of Numeric. To get this you need to install python-numeric-ext as well as python-numeric under Debian. I should make a note of this. RandomArray was added for example x09 which won't work correctly under Numeric anyw