mumps: fix problem when using Intel OneAPI mkl static lib (#27725)
This commit is contained in:
parent
37a4c0ff59
commit
0106e6ec9c
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ def install(self, spec, prefix):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
component_libs = ['*mumps*', 'pord']
|
component_libs = ['*mumps', 'mumps_common', 'pord']
|
||||||
return find_libraries(['lib' + comp for comp in component_libs],
|
return find_libraries(['lib' + comp for comp in component_libs],
|
||||||
root=self.prefix.lib,
|
root=self.prefix.lib,
|
||||||
shared=('+shared' in self.spec),
|
shared=('+shared' in self.spec),
|
||||||
|
|
Loading…
Reference in a new issue