Push conflict between rocm and blt down to packages that actually use blt (#39339)

This commit is contained in:
Massimiliano Culpo
2023-08-09 07:53:17 +02:00
committed by GitHub
parent 571919992d
commit 97d632a161
8 changed files with 11 additions and 5 deletions

View File

@@ -140,8 +140,6 @@ class ROCmPackage(PackageBase):
depends_on("hsa-rocr-dev", when="+rocm")
depends_on("hip +rocm", when="+rocm")
conflicts("^blt@:0.3.6", when="+rocm")
# need amd gpu type for rocm builds
conflicts("amdgpu_target=none", when="+rocm")