Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Andrew W Elble 2024-10-10 22:47:40 -04:00 committed by GitHub
parent 9855fbf7f1
commit 41773383ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,14 @@ class LlvmAmdgpu(CMakePackage, CompilerPackage):
when="@6.0:",
)
# Fix for https://github.com/llvm/llvm-project/issues/78530
# Patch from https://github.com/llvm/llvm-project/pull/80071
patch(
"https://github.com/ROCm/llvm-project/commit/c651b2b0d9d1393fb5191ac3acfe96e5ecc94bbc.patch?full_index=1",
sha256="eaf700a5b51d53324a93e5c951bc08b6311ce2053c44c1edfff5119f472d8080",
when="@:6.2",
)
conflicts("^cmake@3.19.0")
# https://github.com/spack/spack/issues/45746