Need to configure rsmiBindings.py.in similar to rsmiBindingsInit.py.in (#45131)

This commit is contained in:
renjithravindrankannath 2024-07-10 13:21:28 -07:00 committed by GitHub
parent c3111ac0b4
commit 285563ad01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,12 @@ class RocmSmiLib(CMakePackage):
]:
depends_on(f"rocm-core@{ver}", when=f"@{ver}")
patch(
"https://github.com/ROCm/rocm_smi_lib/commit/11f12b86517d0e9868f4d16d74d4e8504c3ba7da.patch?full_index=1",
sha256="62be7262f6e1e71bf82a03f500a424a536638f04e913d0f4b477f60e8e1190fd",
when="@6.1.1:",
)
patch("disable_pdf_generation_with_doxygen_and_latex.patch", when="@:5.6")
def cmake_args(self):