quantum-espresso: fix ldflags for scalapack (#21719)
This commit is contained in:
parent
1e16fcfd91
commit
9771903533
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ def install(self, spec, prefix):
|
|||
scalapack_option = 'yes'
|
||||
options.append('--with-scalapack={0}'.format(scalapack_option))
|
||||
scalapack_lib = spec['scalapack'].libs
|
||||
options.append('SCALAPACK_LIBS={0}'.format(scalapack_lib))
|
||||
options.append('SCALAPACK_LIBS={0}'.format(scalapack_lib.ld_flags))
|
||||
|
||||
if '+elpa' in spec:
|
||||
|
||||
|
|
Loading…
Reference in a new issue