Broaden conflict between rocblas 5.2 and gcc 12 (#42064)

This commit is contained in:
Auriane R 2024-01-17 20:49:26 +01:00 committed by GitHub
parent e92716ff2d
commit 69d762ce6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ class Rocblas(CMakePackage):
# https://reviews.llvm.org/D124866
# https://github.com/ROCm-Developer-Tools/HIP/issues/2678
# https://github.com/ROCm-Developer-Tools/hipamd/blob/rocm-5.2.x/include/hip/amd_detail/host_defines.h#L50
conflicts("%gcc@12", when="@5.2.1:5.2.3")
conflicts("%gcc@12", when="@5.2")
depends_on("cmake@3.16.8:", type="build", when="@4.2.0:")
depends_on("cmake@3.8:", type="build", when="@3.9.0:")