silo: adding the library spec for dependents (#22431)
This commit is contained in:
parent
48023b2932
commit
1acaaea34e
@ -119,3 +119,10 @@ def configure_args(self):
|
|||||||
config_args.append('FC=%s' % spec['mpi'].mpifc)
|
config_args.append('FC=%s' % spec['mpi'].mpifc)
|
||||||
|
|
||||||
return config_args
|
return config_args
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
shared = "+shared" in self.spec
|
||||||
|
return find_libraries(
|
||||||
|
"libsilo*", root=self.prefix, shared=shared, recursive=True
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user