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:
Rémi Lacroix 2020-07-29 21:08:20 +02:00 committed by GitHub
parent 1827db2859
commit 5a42883528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')