aocl-sparse: fix inconsistency in dependency logic (#43259)
This commit is contained in:
		 AMD Toolchain Support
					AMD Toolchain Support
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							41d20d3731
						
					
				
				
					commit
					33f6f55d6b
				
			| @@ -108,7 +108,7 @@ def cmake_args(self): | ||||
|         if spec.satisfies("@3.0:"): | ||||
|             args.append(self.define_from_variant("BUILD_ILP64", "ilp64")) | ||||
| 
 | ||||
|         if self.spec.satisfies("@4.0:"): | ||||
|         if self.spec.satisfies("@4.1:"): | ||||
|             args.append(f"-DAOCL_BLIS_LIB={self.spec['amdblis'].libs}") | ||||
|             args.append( | ||||
|                 "-DAOCL_BLIS_INCLUDE_DIR={0}/blis".format(self.spec["amdblis"].prefix.include) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user