hpx: Add missing boost+context dependency (#30108)
This commit is contained in:
parent
abc162cf3b
commit
5e014be8b7
1 changed files with 1 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue