Adding rocm-smi path for 5.6

This commit is contained in:
Renjith Ravindran Kannath 2023-09-12 00:40:32 -07:00
parent 787f5e924c
commit c1cb8dd8f3

View File

@ -113,7 +113,11 @@ class RocmValidationSuite(CMakePackage):
patch("006-library-path.patch", when="@4.5.0:5.2")
patch(
"007-cleanup-path-reference-donot-download-googletest-yaml-library-path_5.3.patch",
when="@5.3.0:",
when="@5.3.0:5.5",
)
patch(
"007-cleanup-path-reference-donot-download-googletest-yaml-library-path_5.6.patch",
when="@5.6",
)
depends_on("cmake@3.5:", type="build")