Add conflict for ROCm and asio in HPX package (#30620)
This commit is contained in:
parent
5cb7a5db45
commit
2ed542b744
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ class Hpx(CMakePackage, CudaPackage, ROCmPackage):
|
|||
# C++17. Starting with CUDA 11.3 they compile again.
|
||||
conflicts("asio@1.17.0:", when="+cuda cxxstd=17 ^cuda@:11.2")
|
||||
|
||||
# Starting from ROCm 5.0.0 hipcc miscompiles asio 1.17.0 and newer
|
||||
conflicts("asio@1.17.0:", when="+rocm ^hip@5:")
|
||||
|
||||
# Boost and HIP don't work together in certain versions:
|
||||
# https://github.com/boostorg/config/issues/392. Boost 1.78.0 and HPX 1.8.0
|
||||
# both include a fix.
|
||||
|
|
Loading…
Reference in a new issue