votca: add v2022.1 (#34650)

This commit is contained in:
Christoph Junghans 2023-01-02 11:02:59 -07:00 committed by GitHub
parent 10d506d61b
commit 6984ee291a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ class Votca(CMakePackage):
version("master", branch="master")
version("stable", branch="stable")
version("2022.1", sha256="358119b2645fe60f88ca621aed508c49fb61f88d29d3e3fa24b5b831ed4a66ec")
version("2022", sha256="7991137098ff4511f4ca2c6f1b6c45f53d92d9f84e5c0d0e32fbc31768f73a83")
variant("mkl", default=False, description="Build with MKL support")