abinit: fix missing comma separating arguments (#41973)
This commit is contained in:
parent
e53ad2e85e
commit
091bfb7f2c
@ -164,7 +164,7 @@ def configure_args(self):
|
||||
options.extend(
|
||||
[
|
||||
f"WANNIER90_CPPFLAGS=-I{spec['wannier90'].prefix.modules}",
|
||||
f"WANNIER90_LIBS=-L{spec['wannier90'].prefix.lib}"
|
||||
f"WANNIER90_LIBS=-L{spec['wannier90'].prefix.lib}",
|
||||
"WANNIER90_LDFLAGS=-lwannier",
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user