diff options
author | Tim Haines <thaines.astro@gmail.com> | 2022-05-17 02:42:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 09:42:19 +0200 |
commit | 5153c9e98cc9c997f67beda8c356bfa5e68f985c (patch) | |
tree | 0030bd1281c546109256079f89a0d9484dc2a6d7 | |
parent | d74f2d0be5af1c076386147f27af45ce8712f800 (diff) | |
download | spack-5153c9e98cc9c997f67beda8c356bfa5e68f985c.tar.gz spack-5153c9e98cc9c997f67beda8c356bfa5e68f985c.tar.bz2 spack-5153c9e98cc9c997f67beda8c356bfa5e68f985c.tar.xz spack-5153c9e98cc9c997f67beda8c356bfa5e68f985c.zip |
boost: constrain context-impl variant (#30654)
-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 b9b0cabf0b..5ce7caa10b 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -161,7 +161,7 @@ class Boost(Package): values=('fcontext', 'ucontext', 'winfib'), multi=False, description='Use the specified backend for boost-context', - when='+context') + when='@1.65.0: +context') variant('cxxstd', default='98', |