Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-20 05:20:30


Author: johnmaddock
Date: 2007-10-20 05:20:30 EDT (Sat, 20 Oct 2007)
New Revision: 40205
URL: http://svn.boost.org/trac/boost/changeset/40205

Log:
Removed ICU options from main requirements: BBv2 barfs at it.
Text files modified:
   trunk/libs/regex/test/Jamfile.v2 | 11 ++---------
   1 files changed, 2 insertions(+), 9 deletions(-)

Modified: trunk/libs/regex/test/Jamfile.v2
==============================================================================
--- trunk/libs/regex/test/Jamfile.v2 (original)
+++ trunk/libs/regex/test/Jamfile.v2 2007-10-20 05:20:30 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,6 @@
       # There are unidentified linker problems on these platforms:
       <toolset>mipspro-7.4:<link>static
       <toolset>sun-5.9:<link>static
- <source>../build//icu_options
     ;
 
 #
@@ -56,14 +55,14 @@
 
 test-suite regex
       :
- [ run regress/$(R_SOURCE) ../build//boost_regex
+ [ run regress/$(R_SOURCE) ../build//boost_regex ../build//icu_options
         : # command line
         : # input files
         : # requirements
         : regex_regress ]
 
       [ run regress/$(R_SOURCE) ../build//boost_regex
- ../../thread/build//boost_thread
+ ../../thread/build//boost_thread ../build//icu_options
         : # command line
         : # input files
         : # requirements
@@ -133,9 +132,3 @@
 ;
       
 
-
-
-
-
-
-


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