hypre: add libs method (#7234)
This commit is contained in:
parent
cb702ebcb1
commit
e5bc6e7056
@ -109,3 +109,9 @@ def install(self, spec, prefix):
|
|||||||
sstruct('-in', 'test/sstruct.in.default', '-solver', '40',
|
sstruct('-in', 'test/sstruct.in.default', '-solver', '40',
|
||||||
'-rhsone')
|
'-rhsone')
|
||||||
make("install")
|
make("install")
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
is_shared = self.spec.satisfies('+shared')
|
||||||
|
return find_libraries('libHYPRE', root=self.prefix,
|
||||||
|
shared=is_shared, recursive=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user