$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57547 - branches/release/libs/graph_parallel/build
From: ghost_at_[hidden]
Date: 2009-11-10 12:54:32
Author: vladimir_prus
Date: 2009-11-10 12:54:32 EST (Tue, 10 Nov 2009)
New Revision: 57547
URL: http://svn.boost.org/trac/boost/changeset/57547
Log:
Merge from trunk
Text files modified: 
   branches/release/libs/graph_parallel/build/Jamfile.v2 |    33 +++++++++++----------------------       
   1 files changed, 11 insertions(+), 22 deletions(-)
Modified: branches/release/libs/graph_parallel/build/Jamfile.v2
==============================================================================
--- branches/release/libs/graph_parallel/build/Jamfile.v2	(original)
+++ branches/release/libs/graph_parallel/build/Jamfile.v2	2009-11-10 12:54:32 EST (Tue, 10 Nov 2009)
@@ -15,29 +15,18 @@
 local optional_reqs ;
 
 if [ mpi.configured ]
-{
-  alias pbgl
-      : mpi_process_group.cpp tag_allocator.cpp
-      : # requirements
-        <library>../../mpi/build//boost_mpi
-        <library>/mpi//mpi [ mpi.extra-requirements ]
-      : # default built
-      : # usage requirements
-        <library>../../mpi/build//boost_mpi
-        <library>/mpi//mpi [ mpi.extra-requirements ]
-      ;
-    
+{    
   lib boost_graph_parallel
-    :
-    pbgl
-    :
-    <define>BOOST_GRAPH_NO_LIB=1
-    <link>shared:<define>BOOST_GRAPH_DYN_LINK=1
-    # # Intel compiler ICEs if we turn optimization on
-    <toolset>intel-vc71-win-9.1:<optimization>off
-    # Without these flags, MSVC 7.1 and 8.0 crash
-    # User reports that VC++ 8 no longer has this problem
-    <toolset>msvc-7.1:<cxxflags>-GR-
+    : mpi_process_group.cpp tag_allocator.cpp
+    : <library>../../mpi/build//boost_mpi
+      <library>/mpi//mpi [ mpi.extra-requirements ]
+      <define>BOOST_GRAPH_NO_LIB=1
+      <link>shared:<define>BOOST_GRAPH_DYN_LINK=1
+      # # Intel compiler ICEs if we turn optimization on
+      <toolset>intel-vc71-win-9.1:<optimization>off
+      # Without these flags, MSVC 7.1 crash
+      # User reports that VC++ 8 no longer has this problem
+      <toolset>msvc-7.1:<cxxflags>-GR-
     ;
 
 }