|
@@ -1,9 +1,9 @@
|
|
|
Index: Jamfile
|
|
Index: Jamfile
|
|
|
---- Jamfile.orig 2005-03-02 20:17:46 +0100
|
|
|
|
|
-+++ Jamfile 2005-03-02 20:26:47 +0100
|
|
|
|
|
-@@ -62,15 +62,6 @@
|
|
|
|
|
- --without-<library> Do not build, stage, or install the specified
|
|
|
|
|
- <library>. By default all libraries attempt to build.
|
|
|
|
|
|
|
+--- Jamfile.orig 2005-02-27 18:28:08 +0100
|
|
|
|
|
++++ Jamfile 2005-08-13 14:34:09 +0200
|
|
|
|
|
+@@ -64,15 +64,6 @@
|
|
|
|
|
+ <library>. By default all libraries attempt to
|
|
|
|
|
+ build.
|
|
|
|
|
|
|
|
- --with-python-root[=PYTHON_ROOT]
|
|
- --with-python-root[=PYTHON_ROOT]
|
|
|
- Build Boost.Python libraries with the Python
|
|
- Build Boost.Python libraries with the Python
|
|
@@ -17,7 +17,7 @@ Index: Jamfile
|
|
|
" ;
|
|
" ;
|
|
|
EXIT "" ;
|
|
EXIT "" ;
|
|
|
}
|
|
}
|
|
|
-@@ -122,17 +113,6 @@
|
|
|
|
|
|
|
+@@ -124,17 +115,6 @@
|
|
|
local include-locate = [ MATCH "^--includedir=(.*)" : $(ARGV) ] ;
|
|
local include-locate = [ MATCH "^--includedir=(.*)" : $(ARGV) ] ;
|
|
|
include-locate ?= $(boost-locate)/include ;
|
|
include-locate ?= $(boost-locate)/include ;
|
|
|
|
|
|
|
@@ -35,7 +35,7 @@ Index: Jamfile
|
|
|
# libraries to disable building, etc.
|
|
# libraries to disable building, etc.
|
|
|
local without-libraries = [ MATCH "^--without-(.*)" : $(ARGV) ] ;
|
|
local without-libraries = [ MATCH "^--without-(.*)" : $(ARGV) ] ;
|
|
|
|
|
|
|
|
-@@ -142,9 +122,6 @@
|
|
|
|
|
|
|
+@@ -144,9 +124,6 @@
|
|
|
{
|
|
{
|
|
|
switch $(arg)
|
|
switch $(arg)
|
|
|
{
|
|
{
|
|
@@ -45,7 +45,7 @@ Index: Jamfile
|
|
|
case --with-* :
|
|
case --with-* :
|
|
|
with-libraries += [ MATCH "^--with-(.*)" : $(arg) ] ;
|
|
with-libraries += [ MATCH "^--with-(.*)" : $(arg) ] ;
|
|
|
}
|
|
}
|
|
|
-@@ -153,9 +130,6 @@
|
|
|
|
|
|
|
+@@ -155,9 +132,6 @@
|
|
|
#
|
|
#
|
|
|
project-root ;
|
|
project-root ;
|
|
|
|
|
|
|
@@ -55,7 +55,7 @@ Index: Jamfile
|
|
|
#
|
|
#
|
|
|
local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(BOOST_VERSION) ] ;
|
|
local version-tag = [ MATCH "^([^.]+).([^.]+)" : $(BOOST_VERSION) ] ;
|
|
|
version-tag = $(version-tag:J="_") ;
|
|
version-tag = $(version-tag:J="_") ;
|
|
|
-@@ -174,7 +148,6 @@
|
|
|
|
|
|
|
+@@ -176,7 +150,6 @@
|
|
|
|
|
|
|
|
local lib-build =
|
|
local lib-build =
|
|
|
debug release
|
|
debug release
|
|
@@ -64,26 +64,13 @@ Index: Jamfile
|
|
|
<threading>single/multi
|
|
<threading>single/multi
|
|
|
;
|
|
;
|
|
|
Index: status/Jamfile
|
|
Index: status/Jamfile
|
|
|
---- status/Jamfile.orig 2005-03-02 20:28:44 +0100
|
|
|
|
|
-+++ status/Jamfile 2005-03-02 20:28:37 +0100
|
|
|
|
|
-@@ -38,7 +38,6 @@
|
|
|
|
|
- subinclude libs/numeric/ublas ; # test-suite numeric/uBLAS
|
|
|
|
|
- subinclude libs/optional/test ; # test-suite optional
|
|
|
|
|
|
|
+--- status/Jamfile.orig 2005-06-23 11:57:18 +0200
|
|
|
|
|
++++ status/Jamfile 2005-08-13 14:35:31 +0200
|
|
|
|
|
+@@ -44,7 +44,6 @@
|
|
|
subinclude libs/program_options/test ; # test-suite program_options
|
|
subinclude libs/program_options/test ; # test-suite program_options
|
|
|
|
|
+ subinclude libs/property_map/test ; # test-suite property_map
|
|
|
|
|
+ subinclude libs/ptr_container/test ; # test-suite ptr_container
|
|
|
-subinclude libs/python/test ; # test-suite python
|
|
-subinclude libs/python/test ; # test-suite python
|
|
|
subinclude libs/random/test ; # test-suite random
|
|
subinclude libs/random/test ; # test-suite random
|
|
|
subinclude libs/range/test ; # test-suite range
|
|
subinclude libs/range/test ; # test-suite range
|
|
|
subinclude libs/regex/test ; # test-suite regex
|
|
subinclude libs/regex/test ; # test-suite regex
|
|
|
-Index: Jamfile.v2
|
|
|
|
|
---- Jamfile.v2.orig 2005-03-02 20:30:05 +0100
|
|
|
|
|
-+++ Jamfile.v2 2005-03-02 20:30:32 +0100
|
|
|
|
|
-@@ -24,9 +24,6 @@
|
|
|
|
|
- build-project libs/regex/build ;
|
|
|
|
|
- build-project libs/signals/build ;
|
|
|
|
|
- build-project libs/graph/build ;
|
|
|
|
|
--
|
|
|
|
|
--# Comment this out if you don't have Python2.2 installed
|
|
|
|
|
--build-project libs/python/build ;
|
|
|
|
|
- build-project libs/thread/build ;
|
|
|
|
|
- build-project libs/filesystem/build ;
|
|
|
|
|
- build-project libs/program_options/build ;
|
|
|