lammps: fix pace link dep

This commit is contained in:
Richard Berger 2025-02-20 09:37:19 -07:00 committed by GitHub
parent ec836d740f
commit c8d7aa1772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -732,7 +732,7 @@ def url_for_version(self, version):
depends_on("plumed", when="+plumed")
depends_on("eigen@3:", when="+user-smd")
depends_on("eigen@3:", when="+machdyn")
depends_on("pace", when="+ml-pace", type="build")
depends_on("pace", when="+ml-pace")
depends_on("py-cython", when="+mliap+python", type="build")
depends_on("py-cython", when="+ml-iap+python", type="build")
depends_on("py-mdi", when="+mdi", type=("build", "run"))