|
Boost-Build : |
From: Jürgen Hunold (hunold_at_[hidden])
Date: 2005-05-27 01:30:22
Hi !
I'm occasionally running V2 in the "status" directory of boost.
It only works with the patches attached:
status.diff:
Remove deprecated test for property_map and add property_map testcase.
options.diff
Change library name to boost_program_options in requirements.
Yours,
Jürgen
-- * Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau * voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover * fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover * hunold_at_[hidden] ! www.ive.uni-hannover.de --Boundary-00=_+5rlCM6ibg4KXRl Content-Type: text/x-diff; charset="us-ascii"; name="options.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="options.diff" Index: libs/program_options/test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/program_options/test/Jamfile.v2,v retrieving revision 1.4 diff -u -3 -p -r1.4 Jamfile.v2 --- libs/program_options/test/Jamfile.v2 23 Aug 2004 10:18:09 -0000 1.4 +++ libs/program_options/test/Jamfile.v2 27 May 2005 06:26:35 -0000 @@ -1,7 +1,7 @@ project : requirements - <library>../build//program_options + <library>../build//boost_program_options <library>/boost/test//boost_test_exec_monitor <hardcode-dll-paths>true @@ -20,5 +20,5 @@ test-suite program_options : [ run winmain.cpp ] ; -exe test_convert : test_convert.cpp ../build//program_options ; +exe test_convert : test_convert.cpp ../build//boost_program_options ; --Boundary-00=_+5rlCM6ibg4KXRl Content-Type: text/x-diff; charset="us-ascii"; name="status.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="status.diff" Index: status/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/status/Jamfile.v2,v retrieving revision 1.10 diff -u -3 -p -r1.10 Jamfile.v2 --- status/Jamfile.v2 22 Apr 2005 07:48:31 -0000 1.10 +++ status/Jamfile.v2 27 May 2005 06:26:07 -0000 @@ -42,6 +42,7 @@ build-project ../libs/multi_array/test ; build-project ../libs/multi_index/test ; # test-suite multi_index build-project ../libs/optional/test ; # test-suite optional build-project ../libs/program_options/test ; # test-suite program_options +build-project ../libs/property_map/test ; # test-suite property_map build-project ../libs/random/test ; # test-suite random build-project ../libs/regex/test ; # test-suite regex build-project ../libs/regex/example ; # test-suite regex-examples @@ -152,10 +153,6 @@ build-project ../libs/variant/test ; [ compile libs/preprocessor/test/tuple.cpp ] ; - test-suite property_map - : [ compile libs/property_map/property_map_cc.cpp ] - ; - test-suite rational : [ run libs/rational/rational_example.cpp ] [ run libs/rational/rational_test.cpp ] --Boundary-00=_+5rlCM6ibg4KXRl--
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk