slepc: set --with-arpack-dir correctly (#20463)
This commit is contained in:
parent
8755d577c9
commit
2314a20fbd
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def install(self, spec, prefix):
|
|||
|
||||
if '+arpack' in spec:
|
||||
options.extend([
|
||||
'--with-arpack-dir=%s' % spec['arpack-ng'].prefix.lib,
|
||||
'--with-arpack-dir=%s' % spec['arpack-ng'].prefix,
|
||||
])
|
||||
if spec.satisfies('@:3.12.99'):
|
||||
arpackopt = '--with-arpack-flags'
|
||||
|
|
Loading…
Reference in a new issue