Style correction

This commit is contained in:
Renjith Ravindran Kannath 2023-08-30 22:18:00 -07:00
parent ec463dbde6
commit ccc755378f

View File

@ -110,8 +110,6 @@ def cmake_args(self):
if "auto" not in tgt:
args.append(self.define_from_variant("AMDGPU_TARGETS", "amdgpu_target"))
if self.spec.satisfies("@5.6.0:"):
args.append(
self.define("ROCM_SMI_DIR", self.spec["rocm-smi-lib"].prefix)
)
args.append(self.define("ROCM_SMI_DIR", self.spec["rocm-smi-lib"].prefix))
return args