hpx: Add missing boost+context dependency (#30108)

This commit is contained in:
Erik Schnetter 2022-04-19 16:48:49 -04:00 committed by GitHub
parent abc162cf3b
commit 5e014be8b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ class Hpx(CMakePackage, CudaPackage, ROCmPackage):
# Other dependecies
depends_on('hwloc')
depends_on(Boost.with_default_variants)
depends_on('boost +context', when='+generic_coroutines')
for cxxstd in cxxstds:
depends_on(
"boost cxxstd={0}".format(map_cxxstd(cxxstd)),