bug fix: halide -> Halide or something. (#35431)
This commit is contained in:
parent
cdcbf7dc46
commit
34e42d5540
@ -50,6 +50,10 @@ class Halide(CMakePackage, PythonExtension):
|
||||
depends_on("py-scipy", type=("build", "run"), when="+python")
|
||||
depends_on("py-numpy", type=("build", "run"), when="+python")
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries("libHalide", root=self.prefix, recursive=True)
|
||||
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
llvm_config = Executable(spec["llvm"].prefix.bin.join("llvm-config"))
|
||||
|
Loading…
Reference in New Issue
Block a user