package/kealib: add libs property (#30391)
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
This commit is contained in:
parent
9e6298569e
commit
8a6b73bb2c
@ -62,3 +62,8 @@ def cmake_args(self):
|
||||
'-DHDF5_LIB_PATH={0}'.format(
|
||||
spec['hdf5'].libs.directories[0])
|
||||
]
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries('libkea', self.prefix,
|
||||
shared=True, recursive=True)
|
||||
|
Loading…
Reference in New Issue
Block a user