octopus: specify the scalapack library not the directory (#39109)
* octopus: specify the scalapack library not the directory * octopus: use spec.scalapack.libs.ld_flags
This commit is contained in:
parent
74fba221f1
commit
0fd085be8e
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ def configure_args(self):
|
||||||
if "+scalapack" in spec:
|
if "+scalapack" in spec:
|
||||||
args.extend(
|
args.extend(
|
||||||
[
|
[
|
||||||
"--with-blacs=%s" % spec["scalapack"].libs,
|
f"--with-blacs={spec['scalapack'].libs.ld_flags}",
|
||||||
"--with-scalapack=%s" % spec["scalapack"].libs,
|
f"--with-scalapack={spec['scalapack'].libs.ld_flags}",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue