Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-12 13:21:14


Author: turkanis
Date: 2008-01-12 13:21:13 EST (Sat, 12 Jan 2008)
New Revision: 42702
URL: http://svn.boost.org/trac/boost/changeset/42702

Log:
removed all intel-darwin specific code, since it didn't work
Text files modified:
   branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 | 15 ++++-----------
   1 files changed, 4 insertions(+), 11 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/test/Jamfile.v2
==============================================================================
--- branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 (original)
+++ branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 2008-01-12 13:21:13 EST (Sat, 12 Jan 2008)
@@ -101,23 +101,16 @@
       }
       if ! $(NO_BZIP2)
       {
- all-tests +=
- [ test-iostreams
- bzip2_test.cpp
- ../build//boost_iostreams
- : <toolset>intel,<os>darwin:<link>static ] ;
+ all-tests += [ test-iostreams
+ bzip2_test.cpp ../build//boost_iostreams ] ;
       }
       if ! $(NO_ZLIB)
       {
           all-tests +=
               [ test-iostreams
- gzip_test.cpp
- ../build//boost_iostreams
- : <toolset>intel,<os>darwin:<link>static ]
+ gzip_test.cpp ../build//boost_iostreams ]
               [ test-iostreams
- zlib_test.cpp
- ../build//boost_iostreams
- : <toolset>intel,<os>darwin:<link>static ] ;
+ zlib_test.cpp ../build//boost_iostreams ] ;
       }
           
     test-suite "iostreams" : $(all-tests) ;


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