summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@lanl.gov>2023-01-02 11:02:59 -0700
committerGitHub <noreply@github.com>2023-01-02 19:02:59 +0100
commit6984ee291a79bcd57226ea84b1453b108c463072 (patch)
tree2486074d8a2d20c3e67c336e9dbefe22d6a7f561 /var
parent10d506d61b2876ceca11ccdc5c872544c190a7b6 (diff)
downloadspack-6984ee291a79bcd57226ea84b1453b108c463072.tar.gz
spack-6984ee291a79bcd57226ea84b1453b108c463072.tar.bz2
spack-6984ee291a79bcd57226ea84b1453b108c463072.tar.xz
spack-6984ee291a79bcd57226ea84b1453b108c463072.zip
votca: add v2022.1 (#34650)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/votca/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/votca/package.py b/var/spack/repos/builtin/packages/votca/package.py
index 274d8b9d0d..3e9ac46336 100644
--- a/var/spack/repos/builtin/packages/votca/package.py
+++ b/var/spack/repos/builtin/packages/votca/package.py
@@ -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")