diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-01-13 23:06:07 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:57 -0500 |
commit | 4a44f20744b33efe6e4cc72bdc08fcdbedae779b (patch) | |
tree | 087218cb860278653b38e4f88ed11024603c0955 /user/boost/dual-python.patch | |
parent | 7e6c4c26fa4b95fe165a24c022a01c9fc05e73bc (diff) | |
download | packages-4a44f20744b33efe6e4cc72bdc08fcdbedae779b.tar.gz packages-4a44f20744b33efe6e4cc72bdc08fcdbedae779b.tar.bz2 packages-4a44f20744b33efe6e4cc72bdc08fcdbedae779b.tar.xz packages-4a44f20744b33efe6e4cc72bdc08fcdbedae779b.zip |
user/boost: Update to 1.79.0
Add more libraries.
Boost.Context is now available (it is fixed on z and SPARC, too).
Enable test suite (thanks @z).
Closes: #469
Diffstat (limited to 'user/boost/dual-python.patch')
-rw-r--r-- | user/boost/dual-python.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/user/boost/dual-python.patch b/user/boost/dual-python.patch deleted file mode 100644 index 6a0647888..000000000 --- a/user/boost/dual-python.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/tools/build/src/tools/python.jam b/tools/build/src/tools/python.jam -index cbd6419..0c29df6 100644 ---- a/tools/build/src/tools/python.jam -+++ b/tools/build/src/tools/python.jam -@@ -907,14 +907,14 @@ local rule configure ( version ? : cmd-or-prefix ? : includes * : libraries ? : - # for a particular target OS as the default. This makes it so that we can - # select a python interpreter with only knowledge of the target OS. And hence - # can configure different Pythons based on the target OS only. -- local toolset-requirements = [ toolset.requirements ] ; -- local toolset-target-os-requirements -- = [ property.evaluate-conditionals-in-context -- [ $(toolset-requirements).raw ] : <target-os>$(target-os) ] ; -- if ! <python> in $(toolset-target-os-requirements:G) -- { -- toolset.add-requirements <target-os>$(target-os):<python>$(version:E=default) ; -- } -+# local toolset-requirements = [ toolset.requirements ] ; -+# local toolset-target-os-requirements -+# = [ property.evaluate-conditionals-in-context -+# [ $(toolset-requirements).raw ] : <target-os>$(target-os) ] ; -+# if ! <python> in $(toolset-target-os-requirements:G) -+# { -+# toolset.add-requirements <target-os>$(target-os):<python>$(version:E=default) ; -+# } - - # Register the right suffix for extensions. - register-extension-suffix $(extension-suffix) : $(target-requirements) ; |