summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorFrank Willmore <willmore@anl.gov>2021-10-21 19:12:08 -0500
committerGitHub <noreply@github.com>2021-10-21 17:12:08 -0700
commita707bf345df320da0686ced7bfff84460ca28ca7 (patch)
treed287b77d4128d4bdeebb1c77165bc75ec6db156b /var
parent9b28f99dd27b41bb9c6181e7bd6ed119b56d104c (diff)
downloadspack-a707bf345df320da0686ced7bfff84460ca28ca7.tar.gz
spack-a707bf345df320da0686ced7bfff84460ca28ca7.tar.bz2
spack-a707bf345df320da0686ced7bfff84460ca28ca7.tar.xz
spack-a707bf345df320da0686ced7bfff84460ca28ca7.zip
Add vacuumms package (#26838)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/vacuumms/package.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/vacuumms/package.py b/var/spack/repos/builtin/packages/vacuumms/package.py
new file mode 100644
index 0000000000..6f2e3c47ea
--- /dev/null
+++ b/var/spack/repos/builtin/packages/vacuumms/package.py
@@ -0,0 +1,25 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+
+from spack import *
+
+
+class Vacuumms(CMakePackage):
+ """VACUUMMS: (Void Analysis Codes and Unix Utilities for Molecular Modeling and
+ Simulation) is a collection of research codes for the compuational analysis of
+ free volume in molecular structures, including the generation of code for the
+ production of high quality ray-traced images and videos."""
+
+ homepage = "https://github.com/frankwillmore/VACUUMMS"
+ url = "https://github.com/frankwillmore/VACUUMMS/archive/refs/tags/v1.0.0.tar.gz"
+ git = "https://github.com/frankwillmore/VACUUMMS.git"
+
+ maintainers = ['frankwillmore']
+
+ version('master', branch='master')
+ version('1.0.0', 'c18fe52f5041880da7f50d3808d37afb3e9c936a56f80f67838d045bf7af372f')
+
+ depends_on('libtiff')