[lerc] added version 4.0.0 (#33974)

* [lerc] added version 4.0.0

* [@spackbot] updating style on behalf of qwertos

Co-authored-by: qwertos <qwertos@users.noreply.github.com>
This commit is contained in:
Jen Herting 2022-11-17 20:50:58 -05:00 committed by GitHub
parent 37e77f7a15
commit 284859e742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,11 @@ class Lerc(CMakePackage):
homepage = "https://github.com/Esri/lerc"
url = "https://github.com/Esri/lerc/archive/refs/tags/v3.0.tar.gz"
version("4.0.0", sha256="91431c2b16d0e3de6cbaea188603359f87caed08259a645fd5a3805784ee30a0")
version("3.0", sha256="8c0148f5c22d823eff7b2c999b0781f8095e49a7d3195f13c68c5541dd5740a1")
depends_on("cmake@3.11:", type="build")
depends_on("cmake@3.12:", type="build", when="@4.0.0:")
@property
def libs(self):