fix style errors
This commit is contained in:
		@@ -143,7 +143,7 @@ def install_targets(self):
 | 
				
			|||||||
        if self.spec.satisfies("@5.4.3:"):
 | 
					        if self.spec.satisfies("@5.4.3:"):
 | 
				
			||||||
            args.append("-DCMAKE_INSTALL_LIBDIR=lib")
 | 
					            args.append("-DCMAKE_INSTALL_LIBDIR=lib")
 | 
				
			||||||
        if self.spec.satisfies("@5.7.0:"):
 | 
					        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
 | 
					        return args
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -126,7 +126,6 @@ class MiopenHip(CMakePackage):
 | 
				
			|||||||
        when="@5.7:",
 | 
					        when="@5.7:",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
    for ver in [
 | 
					    for ver in [
 | 
				
			||||||
        "3.5.0",
 | 
					        "3.5.0",
 | 
				
			||||||
        "3.7.0",
 | 
					        "3.7.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -143,7 +143,7 @@ class RocmClangOcl(CMakePackage):
 | 
				
			|||||||
        depends_on(
 | 
					        depends_on(
 | 
				
			||||||
            "rocm-device-libs@" + ver, when="@{0} ^llvm-amdgpu ~rocm-device-libs".format(ver)
 | 
					            "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)
 | 
					        depends_on("rocm-core@" + ver, when="@" + ver)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    test_src_dir = "test"
 | 
					    test_src_dir = "test"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user