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
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

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, which

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 place it is used

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 messages

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

2007-08-15 Thread Alan W. Irwin
Hi Andrew: I just tried the following cmake options with a fresh svn update: -DBUILD_TEST=ON -DHAVE_NUMPY=OFF cmake (starting from an empty build tree) and make results seemed fine (although I can pass them on to you if you need them). However, ctest had a python/Numeric error as a result of