hpx: Add missing boost+context dependency (#30108)
This commit is contained in:
@@ -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)),
|
||||
|
Reference in New Issue
Block a user