Change llvm-amdgpu to a build dependency of rocm (#48612)

This commit is contained in:
Tara Drwenski 2025-01-20 01:28:15 -07:00 committed by GitHub
parent 478855728f
commit 3bb375a47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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