Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58038 - trunk/libs/graph/build
From: jewillco_at_[hidden]
Date: 2009-11-29 15:51:21


Author: jewillco
Date: 2009-11-29 15:51:20 EST (Sun, 29 Nov 2009)
New Revision: 58038
URL: http://svn.boost.org/trac/boost/changeset/58038

Log:
Removed Expat stuff since it is no longer needed
Text files modified:
   trunk/libs/graph/build/Jamfile.v2 | 36 +-----------------------------------
   1 files changed, 1 insertions(+), 35 deletions(-)

Modified: trunk/libs/graph/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph/build/Jamfile.v2 (original)
+++ trunk/libs/graph/build/Jamfile.v2 2009-11-29 15:51:20 EST (Sun, 29 Nov 2009)
@@ -11,44 +11,10 @@
     : source-location ../src
     ;
 
-local optional_sources ;
-local optional_reqs ;
-
-if [ modules.peek : EXPAT_INCLUDE ] && [ modules.peek : EXPAT_LIBPATH ]
-{
- local EXPAT_INCLUDE = [ modules.peek : EXPAT_INCLUDE ] ;
- local EXPAT_LIBPATH = [ modules.peek : EXPAT_LIBPATH ] ;
-
- if --debug-configuration in [ modules.peek : ARGV ]
- {
- ECHO "Expat include directory: $(EXPAT_INCLUDE)" ;
- ECHO "Expat library directory: $(EXPAT_LIBPATH)" ;
- }
-
- alias graphml
- : graphml.cpp
- : # requirements
- : # default built
- : # usage requirements
- <include>$(EXPAT_INCLUDE)
- <library-path>$(EXPAT_LIBPATH)
- <find-shared-library>expat
- ;
-}
-else
-{
- message graphml
- : "warning: Graph library does not contain optional GraphML reader."
- : "note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the"
- : "note: directories containing the Expat headers and libraries, respectively."
- ;
-}
-explicit graphml ;
-
 lib boost_graph
     :
     read_graphviz_new.cpp
- graphml
+ graphml.cpp
     :
     <library>../../regex/build//boost_regex
     <define>BOOST_GRAPH_NO_LIB=1


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