summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/c-lime/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/c-lime/package.py')
-rw-r--r--var/spack/repos/builtin/packages/c-lime/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/c-lime/package.py b/var/spack/repos/builtin/packages/c-lime/package.py
new file mode 100644
index 0000000000..916f95ffd6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/c-lime/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2018 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 CLime(AutotoolsPackage):
+ """LIME (which can stand for Lattice QCD Interchange Message Encapsulation
+ or more generally, Large Internet Message Encapsulation) is a simple
+ packaging scheme for combining records containing ASCII and/or binary
+ data."""
+
+ homepage = "https://usqcd-software.github.io/c-lime/"
+ url = "https://github.com/usqcd-software/c-lime/archive/qio2-3-9.tar.gz"
+
+ version('2-3-9', '28257e7ae75dc68c7c920e3e16db0ec9')