abinit: pass flag correctly (#48788)

This commit is contained in:
Todd Gamblin 2025-01-30 02:44:00 -08:00 committed by GitHub
parent f21de698f7
commit 467e631260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ def configure_args(self):
if spec.satisfies("@:8"):
oapp("--with-dft-flavor=atompaw+libxc")
else:
"--without-wannier90",
oapp("--without-wannier90")
if spec.satisfies("+mpi"):
oapp(f"CC={spec['mpi'].mpicc}")