fix style errors
This commit is contained in:
parent
64cbc9ff95
commit
82778bb1ca
@ -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
|
||||
|
||||
|
@ -126,7 +126,6 @@ class MiopenHip(CMakePackage):
|
||||
when="@5.7:",
|
||||
)
|
||||
|
||||
|
||||
for ver in [
|
||||
"3.5.0",
|
||||
"3.7.0",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user