spglib: added libs property (#16318)
This commit is contained in:
parent
3ea21fef4b
commit
35717b556b
@ -18,3 +18,8 @@ class Spglib(CMakePackage):
|
||||
|
||||
version('1.10.3', sha256='43776b5fb220b746d53c1aa39d0230f304687ec05984671392bccaf850d9d696')
|
||||
version('1.10.0', sha256='117fff308731784bea2ddaf3d076f0ecbf3981b31ea1c1bfd5ce4f057a5325b1')
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries(['libsymspg'], root=self.prefix.lib,
|
||||
recursive=False)
|
||||
|
Loading…
Reference in New Issue
Block a user