c-blosc: add libs property (#31290)
This commit is contained in:
parent
a8d0ef43fa
commit
1dfdaa1025
@ -38,6 +38,10 @@ class CBlosc(CMakePackage):
|
||||
patch('gcc.patch', when="@1.12.1:1.17.0")
|
||||
patch('test_forksafe.patch', when='@1.15.0:1.17.0%intel')
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries('libblosc', root=self.prefix, recursive=True)
|
||||
|
||||
def cmake_args(self):
|
||||
args = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user