Explorar o código

Remove building of graph supplementary library, as it has some external tool dependencies.

[SVN r34439]
Rene Rivera %!s(int64=20) %!d(string=hai) anos
pai
achega
46945938e6
Modificáronse 2 ficheiros con 5 adicións e 6 borrados
  1. 5 2
      Jamfile.v2
  2. 0 4
      project-root.jam

+ 5 - 2
Jamfile.v2

@@ -114,8 +114,11 @@ project boost
 
 
 # Setup convenient aliases for all libraries.
 # Setup convenient aliases for all libraries.
 
 
-all-libraries = [ MATCH .*libs/(.*)/build/.*
-                  : [ glob libs/*/build/Jamfile.v2 ] ] ;
+all-libraries =
+    [ set.difference
+        [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ] ]
+        : graph
+        ] ;
 
 
 # First, the complicated libraries: where the target name in
 # First, the complicated libraries: where the target name in
 # Jamfile is different from directory name.
 # Jamfile is different from directory name.

+ 0 - 4
project-root.jam

@@ -1,6 +1,2 @@
 
 
 path-constant BOOST_ROOT : . ;
 path-constant BOOST_ROOT : . ;
-
-using lex ;
-using bison ;
-using testing ;

粤ICP备19079148号