add constrain for hpx 1.4.* and boost 1.73.0 (#17307)
https://github.com/STEllAR-GROUP/hpx/issues/4728#issuecomment-640685308
This commit is contained in:
parent
0fd71d24ba
commit
55796203c4
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ class Hpx(CMakePackage, CudaPackage):
|
|||
depends_on('boost@1.55.0:', when='@:1.1.0')
|
||||
depends_on('hwloc@1.6:', when='@:1.1.0')
|
||||
|
||||
# boost 1.73.0 build problem with HPX 1.4.0 and 1.4.1
|
||||
# https://github.com/STEllAR-GROUP/hpx/issues/4728#issuecomment-640685308
|
||||
depends_on('boost@:1.72.0', when='@:1.4')
|
||||
|
||||
# CXX Standard
|
||||
depends_on('boost cxxstd=11', when='cxxstd=11')
|
||||
depends_on('boost cxxstd=14', when='cxxstd=14')
|
||||
|
|
Loading…
Reference in a new issue