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:
albestro 2020-06-30 18:03:26 +02:00 committed by GitHub
parent 0fd71d24ba
commit 55796203c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')