LAMMPS: Package KIM requires CURL after version 20190329 (#35182)

This commit is contained in:
Rémi Lacroix 2023-02-02 15:12:27 +01:00 committed by GitHub
parent ddecf07045
commit 0e41788812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,6 +399,7 @@ def url_for_version(self, version):
depends_on("hdf5", when="+h5md")
depends_on("jpeg", when="+jpeg")
depends_on("kim-api", when="+kim")
depends_on("curl", when="@20190329:+kim")
depends_on("libpng", when="+png")
depends_on("ffmpeg", when="+ffmpeg")
depends_on("kokkos+deprecated_code+shared@3.0.00", when="@20200303+kokkos")