slepc: set --with-arpack-dir correctly (#20463)
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user