diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index d0d8691c33f..5c88a86c026 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -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')