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