fix style errors

This commit is contained in:
sreenivasa murthy kolam 2023-10-27 02:12:33 +00:00
parent 64cbc9ff95
commit 82778bb1ca
3 changed files with 2 additions and 3 deletions

View File

@ -143,7 +143,7 @@ def install_targets(self):
if self.spec.satisfies("@5.4.3:"):
args.append("-DCMAKE_INSTALL_LIBDIR=lib")
if self.spec.satisfies("@5.7.0:"):
args.append(self.define_from_variant("ADDRESS_SANITIZER", "asan"))
args.append(self.define_from_variant("ADDRESS_SANITIZER", "asan"))
return args

View File

@ -126,7 +126,6 @@ class MiopenHip(CMakePackage):
when="@5.7:",
)
for ver in [
"3.5.0",
"3.7.0",

View File

@ -143,7 +143,7 @@ class RocmClangOcl(CMakePackage):
depends_on(
"rocm-device-libs@" + ver, when="@{0} ^llvm-amdgpu ~rocm-device-libs".format(ver)
)
for ver in ["5.5.0", "5.5.1", "5.6.0", "5.6.1", "5.7.0","5.7.1"]:
for ver in ["5.5.0", "5.5.1", "5.6.0", "5.6.1", "5.7.0", "5.7.1"]:
depends_on("rocm-core@" + ver, when="@" + ver)
test_src_dir = "test"