Change llvm-amdgpu to a build dependency of rocm (#48612)
This commit is contained in:
parent
478855728f
commit
3bb375a47f
@ -140,7 +140,7 @@ class ROCmPackage(PackageBase):
|
||||
when="+rocm",
|
||||
)
|
||||
|
||||
depends_on("llvm-amdgpu", when="+rocm")
|
||||
depends_on("llvm-amdgpu", type="build", when="+rocm")
|
||||
depends_on("hsa-rocr-dev", when="+rocm")
|
||||
depends_on("hip +rocm", when="+rocm")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user