diff options
author | RĂ©mi Lacroix <remi.lacroix@idris.fr> | 2020-07-29 21:08:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 12:08:20 -0700 |
commit | 5a42883528ec20fdfbb7d929adf490897005c794 (patch) | |
tree | 2b3cdf4c7633401589a45ada49da833d3871bc9d /var | |
parent | 1827db2859e84391b3b4e08c0d65f5916b1dd6ea (diff) | |
download | spack-5a42883528ec20fdfbb7d929adf490897005c794.tar.gz spack-5a42883528ec20fdfbb7d929adf490897005c794.tar.bz2 spack-5a42883528ec20fdfbb7d929adf490897005c794.tar.xz spack-5a42883528ec20fdfbb7d929adf490897005c794.zip |
Boost: Update conflicts for version 1.73.0. (#17774)
Variant "+mpi+python cxxstd=98" is fixed in 1.73.0.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/boost/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index d0d8691c33..5c88a86c02 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -183,7 +183,7 @@ class Boost(Package): 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') |