Add boost 1.67.0 (#7889)
* Add boost 1.67.0 * Remove boost 1.67.0 release candidate and the associated patch
This commit is contained in:
parent
94afb2430c
commit
de9894a063
2 changed files with 3 additions and 18 deletions
|
@ -1,12 +0,0 @@
|
||||||
diff --git a/boost/graph/detail/array_binary_tree.hpp b/boost/graph/detail/array_binary_tree.hpp
|
|
||||||
index e59da9e..fd403d1 100644
|
|
||||||
--- a/boost/graph/detail/array_binary_tree.hpp
|
|
||||||
+++ b/boost/graph/detail/array_binary_tree.hpp
|
|
||||||
@@ -14,6 +14,7 @@
|
|
||||||
#include <iterator>
|
|
||||||
#include <functional>
|
|
||||||
#include <boost/config.hpp>
|
|
||||||
+#include <boost/iterator.hpp>
|
|
||||||
|
|
||||||
namespace boost {
|
|
||||||
|
|
|
@ -46,10 +46,10 @@ class Boost(Package):
|
||||||
branch='develop',
|
branch='develop',
|
||||||
submodules=True)
|
submodules=True)
|
||||||
|
|
||||||
version('1.67.0.b1', '3423a4a3ec5297051fd27091864630e2dce4c159',
|
version('1.67.0', '694ae3f4f899d1a80eb7a3b31b33be73c423c1ae',
|
||||||
url='https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/boost_1_67_0_b1.tar.gz')
|
url='https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2')
|
||||||
version('1.66.0', 'b6b284acde2ad7ed49b44e856955d7b1ea4e9459',
|
version('1.66.0', 'b6b284acde2ad7ed49b44e856955d7b1ea4e9459',
|
||||||
url='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2', preferred=True)
|
url='https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2')
|
||||||
version('1.65.1', '41d7542ce40e171f3f7982aff008ff0d',
|
version('1.65.1', '41d7542ce40e171f3f7982aff008ff0d',
|
||||||
url='https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2')
|
url='https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2')
|
||||||
version('1.65.0', '5512d3809801b0a1b9dd58447b70915d',
|
version('1.65.0', '5512d3809801b0a1b9dd58447b70915d',
|
||||||
|
@ -153,9 +153,6 @@ class Boost(Package):
|
||||||
|
|
||||||
conflicts('+taggedlayout', when='+versionedlayout')
|
conflicts('+taggedlayout', when='+versionedlayout')
|
||||||
|
|
||||||
# temporary fix https://svn.boost.org/trac10/ticket/13505
|
|
||||||
patch('array_binary_tree.patch', when='@1.67.0.b1')
|
|
||||||
|
|
||||||
# Patch fix from https://svn.boost.org/trac/boost/ticket/11856
|
# Patch fix from https://svn.boost.org/trac/boost/ticket/11856
|
||||||
patch('boost_11856.patch', when='@1.60.0%gcc@4.4.7')
|
patch('boost_11856.patch', when='@1.60.0%gcc@4.4.7')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue