Boost: Update conflicts for version 1.73.0. (#17774)
Variant "+mpi+python cxxstd=98" is fixed in 1.73.0.
This commit is contained in:
parent
1827db2859
commit
5a42883528
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def libs(self):
|
|||
conflicts('+numpy', when='~python')
|
||||
|
||||
# boost-python in 1.72.0 broken with cxxstd=98
|
||||
conflicts('cxxstd=98', when='+mpi+python @1.72.0:')
|
||||
conflicts('cxxstd=98', when='+mpi+python @1.72.0')
|
||||
|
||||
# Container's Extended Allocators were not added until 1.56.0
|
||||
conflicts('+container', when='@:1.55.99')
|
||||
|
|
Loading…
Reference in a new issue