From a707bf345df320da0686ced7bfff84460ca28ca7 Mon Sep 17 00:00:00 2001 From: Frank Willmore Date: Thu, 21 Oct 2021 19:12:08 -0500 Subject: Add vacuumms package (#26838) --- .../repos/builtin/packages/vacuumms/package.py | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 var/spack/repos/builtin/packages/vacuumms/package.py (limited to 'var') 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') -- cgit v1.2.3-70-g09d2