abinit: pass flag correctly (#48788)
This commit is contained in:
parent
f21de698f7
commit
467e631260
@ -179,7 +179,7 @@ def configure_args(self):
|
|||||||
if spec.satisfies("@:8"):
|
if spec.satisfies("@:8"):
|
||||||
oapp("--with-dft-flavor=atompaw+libxc")
|
oapp("--with-dft-flavor=atompaw+libxc")
|
||||||
else:
|
else:
|
||||||
"--without-wannier90",
|
oapp("--without-wannier90")
|
||||||
|
|
||||||
if spec.satisfies("+mpi"):
|
if spec.satisfies("+mpi"):
|
||||||
oapp(f"CC={spec['mpi'].mpicc}")
|
oapp(f"CC={spec['mpi'].mpicc}")
|
||||||
|
Loading…
Reference in New Issue
Block a user