Re: [Boost-cmake] Boost-CMake with recent changes from upstream

2010-04-27 Thread Biddiscombe, John A.
> Thanks a lot, that's an excellent initiative! I do hope that it will re- > activate Boost-CMaker enthusiasm :) Seconded. If I find fixes, I will try to send patches. JB -- John Biddiscombe,    email:biddisco @ cscs.ch http://www.cscs.ch/ CSCS, Swiss National Supercomput

[Boost-cmake] A couple of build report/fixes

2010-02-04 Thread Biddiscombe, John A.
I tried to build boost on our cray XT5. It does not support shared libraries, so everything must be static. I had trouble with 3 files in particular File : libs/test/test/CMakeLists.txt this has many lines with boost_test_run(test_case_template_test DEPENDS boost_unit_test_framework SHARED) which

Re: [Boost-cmake] Dashboard stagnant

2010-01-20 Thread Biddiscombe, John A.
> The fact is that the latest branch (boost-1.41.0-cmake0) is pretty stable by > now. I am a little surprised because since I set the dashboard up in November, I have been getting == Build: 1228 succeeded, 212 failed, 2 up-to-date, 25 skipped == and no tests running due to

[Boost-cmake] Dashboard stagnant

2010-01-20 Thread Biddiscombe, John A.
I've been doing a dashboard submission every night (http://my.cdash.org/index.php?project=Boost ) for a few months now and nothing seems to ever change. The same build errors occur every night and most tests don't run. Today (prompted by a colleague who is interested in boost/cmake), I thought

Re: [Boost-cmake] building boost in subdirectory

2009-12-17 Thread Biddiscombe, John A.
I didn't follow all the original messages but what would be wonderful would be MyProject Boost BoostLib1 BoostLib2 MyLib1 MyLib2 ..etc and you could delete all the boost libs that you are not interested, just leaving (say) threads, asio, circular buffer - then tell BOOST to build o

[Boost-cmake] Dashboar python issue

2009-11-20 Thread Biddiscombe, John A.
The dashboard boost submission from agno has not been runnig tests for a couple of days. I had a quick look and see that although I have python turned off, something is trying to include python I believe the culprit is libs/parameter/test/CMakeLists.txt for my local copy I stuck a big IF(WITH_

Re: [Boost-cmake] git pull?

2009-11-13 Thread Biddiscombe, John A.
; To: Discussion of the CMake-based build system for Boost > Subject: [Boost-cmake] git pull? > > troy d. straszheim wrote: > > Biddiscombe, John A. wrote: > >> Does anyone know why I'm not getting a dartconfiguration.tcl or > >> equivalent in my build dir? &g

Re: [Boost-cmake] CDash for boost CMake (builds not appearing)

2009-11-13 Thread Biddiscombe, John A.
; CDash should work when only experimental builds are submitted. The > issue > is that the submission URL is wrong: > > Drop site:http://my.cdash.org/CDashPublic/submit.php?project=Boost > > should be replaced by: > > http://my.cdash.org/submit.php?project=Boost > > Ju

Re: [Boost-cmake] CDash for boost CMake (builds not appearing)

2009-11-13 Thread Biddiscombe, John A.
g [mailto:boost-cmake- > boun...@lists.boost.org] On Behalf Of troy d. straszheim > Sent: 13 November 2009 19:36 > To: Discussion of the CMake-based build system for Boost > Subject: Re: [Boost-cmake] CDash for boost CMake (builds not appearing) > > Biddiscombe, John A. wrote: >

Re: [Boost-cmake] CDash for boost CMake

2009-11-13 Thread Biddiscombe, John A.
> > beneficial to me would be a windows box and a mac; I have plenty of I have done a git pull and built boost from cmake. I have two problems 1) there were 2768 (or similar) tests which was just too much, so I have disabled static/debug and just left release/shared options. When running Cte