Re: [CMake] CMake 2.8.3-rc1 ready for testing!

2010-09-21 Thread Emmanuel Christophe
Hi, It would be great if the regression introduced in cmake 2.8.1 for the parallel build could be fixed in 2.8.3 http://public.kitware.com/Bug/view.php?id=11026 The proposed patch looks good. Emmanuel On Thu, Sep 16, 2010 at 00:21, David Cole wrote: > I am happy to announce that CMake 2.8.3 has

Re: [CMake] Parallel build with ctest 2.8.2

2010-07-21 Thread Emmanuel Christophe
gt; was a tricky one to try to figure out a completely backwards compatible > solution for. > > Thanks, > David > > On Wed, Jul 21, 2010 at 3:28 AM, Emmanuel Christophe > wrote: >> >> On Tue, Jul 20, 2010 at 21:23, Bill Hoffman >> wrote: >> > On 7/19/2010

Re: [CMake] Parallel build with ctest 2.8.2

2010-07-21 Thread Emmanuel Christophe
On Tue, Jul 20, 2010 at 21:23, Bill Hoffman wrote: > On 7/19/2010 11:10 PM, Emmanuel Christophe wrote: >> >> Hi all, >> >> I used to do parallel build for my nightly with ctest by putting >> MAKECOMMAND:STRING=/usr/bin/make -i -j8 >> in my .cmake script

[CMake] Parallel build with ctest 2.8.2

2010-07-19 Thread Emmanuel Christophe
Hi all, I used to do parallel build for my nightly with ctest by putting MAKECOMMAND:STRING=/usr/bin/make -i -j8 in my .cmake script. Since a few month ago, it does not seem to work anymore. This is clearly visible on my submission to the ITK dashboard: http://www.cdash.org/CDash/buildSummary.php

[CMake] ctest: dependency between tests

2010-02-03 Thread Emmanuel Christophe
Hi, I discovered the -j option for ctest recently. I assume there is a way to introduce some dependencies between the test (the input of one test being produced by another test for example). By searching along the line of set_tests_properties, or ctest dependencies, I couldn't find anything. Can

[CMake] Mercurial support for ctest

2008-11-24 Thread Emmanuel Christophe
Hi, Attached is a patch to add the support for mercurial (hg) to ctest (to apply to CMake 2.6.2 release or 2.6.0). The first step consisted in finding the equivalent mercurial command and the correct way to parse the output (to enable the Coutinuous). Here are some of the points which may need a