--- libs/graph_parallel/build/Jamfile.v2 2009-08-21 12:46:00.000000000 +0000 +++ libs/graph_parallel/build/Jamfile.v2.new 2009-11-09 21:19:20.000000000 +0000 @@ -15,29 +15,18 @@ local optional_reqs ; if [ mpi.configured ] -{ - alias pbgl - : mpi_process_group.cpp tag_allocator.cpp - : # requirements - ../../mpi/build//boost_mpi - /mpi//mpi [ mpi.extra-requirements ] - : # default built - : # usage requirements - ../../mpi/build//boost_mpi - /mpi//mpi [ mpi.extra-requirements ] - ; - +{ lib boost_graph_parallel - : - pbgl - : - BOOST_GRAPH_NO_LIB=1 - shared:BOOST_GRAPH_DYN_LINK=1 - # # Intel compiler ICEs if we turn optimization on - intel-vc71-win-9.1:off - # Without these flags, MSVC 7.1 and 8.0 crash - msvc-7.1:-GR- - msvc-8.0:-GR- + : mpi_process_group.cpp tag_allocator.cpp + : ../../mpi/build//boost_mpi + /mpi//mpi [ mpi.extra-requirements ] + BOOST_GRAPH_NO_LIB=1 + shared:BOOST_GRAPH_DYN_LINK=1 + # # Intel compiler ICEs if we turn optimization on + intel-vc71-win-9.1:off + # Without these flags, MSVC 7.1 crash + # User reports that VC++ 8 no longer has this problem + msvc-7.1:-GR- ; }