[Plplot-devel] CBS testing on Fedora

2006-10-31 Thread Orion Poplawski
Here's what I've got so far: #1 Not being able to find Octave libraries: -- OCTAVE_VERSION = GNU Octave, version 2.9.9 (i686-redhat-linux-gnu). Copyright (C) 2006 John W. Eaton. This is free software see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY not even for

Re: [Plplot-devel] CBS testing on Fedora

2006-10-31 Thread Per Persson
Orion, Alan et al. I did a quick check of the CBS on OS X about a week ago, I noticed a few quirks but they are likely specific to my system... However, I had problems with octave similar to what Orion has, so I started looking into the octave.cmake file. I'm not sure if octave-config is

Re: [Plplot-devel] CBS testing on Fedora

2006-10-31 Thread Orion Poplawski
case for 2.9.9). I like the octave-config version because minimal massaging is needed, though you were missing stripping the newline from the output of octave-version. Here's the patch I'm currently using. Next issue is that PATH_SUFFIXES seem to be broken on x86_64. --- plplot-20061031/cmake

[Plplot-devel] make check with CBS?

2006-10-31 Thread Orion Poplawski
There no longer appears to be a make check with the CBS system. How would I do the equivalent now? -- Orion Poplawski System Administrator 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane [EMAIL PROTECTED] Boulder,

Re: [Plplot-devel] CBS testing on Fedora

2006-10-31 Thread Alan W. Irwin
On 2006-10-31 20:41+0100 Per Persson wrote: (I have only 2.9.x installed) I have now fixed the regex problem that was screwing up detection of 2.9.x (where x is a single digit) so please try again. Hazen has reported that octave (version 2.1.xx) works for him on Mac OS X so it's likely the

Re: [Plplot-devel] make check with CBS?

2006-10-31 Thread Alan W. Irwin
On 2006-10-31 15:41-0700 Orion Poplawski wrote: There no longer appears to be a make check with the CBS system. How would I do the equivalent now? Use the -DBUILD_TEST=ON option to cmake (or ccmake) to set up the subsequent ctest command. This option is OFF by default since building all the