$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52796 - in trunk/libs: graph_parallel test
From: dgregor_at_[hidden]
Date: 2009-05-06 01:45:37
Author: dgregor
Date: 2009-05-06 01:45:36 EDT (Wed, 06 May 2009)
New Revision: 52796
URL: http://svn.boost.org/trac/boost/changeset/52796
Log:
Boost.Test depends on the Numeric library, and graph_parallel has no headers of its own (at the moment)
Text files modified: 
   trunk/libs/graph_parallel/CMakeLists.txt |     2 +-                                      
   trunk/libs/test/module.cmake             |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/graph_parallel/CMakeLists.txt
==============================================================================
--- trunk/libs/graph_parallel/CMakeLists.txt	(original)
+++ trunk/libs/graph_parallel/CMakeLists.txt	2009-05-06 01:45:36 EDT (Wed, 06 May 2009)
@@ -9,7 +9,7 @@
   graph_parallel
   SRCDIRS  src
   TESTDIRS  test
-  HEADERS graph graph/parallel
+#  HEADERS graph graph/parallel
   # DOCDIRS doc
   DESCRIPTION  "Parallel support using MPI for Boost.Graph."
   AUTHORS  "Douglas Gregor <doug.gregor -at- gmail.com>"
Modified: trunk/libs/test/module.cmake
==============================================================================
--- trunk/libs/test/module.cmake	(original)
+++ trunk/libs/test/module.cmake	2009-05-06 01:45:36 EDT (Wed, 06 May 2009)
@@ -1 +1 @@
-boost_module(test DEPENDS smart_ptr timer io bind)
+boost_module(test DEPENDS smart_ptr timer io bind numeric)