summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/kim-api/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/kim-api/package.py')
-rw-r--r--var/spack/repos/builtin/packages/kim-api/package.py31
1 files changed, 31 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/kim-api/package.py b/var/spack/repos/builtin/packages/kim-api/package.py
new file mode 100644
index 0000000000..3056aec2af
--- /dev/null
+++ b/var/spack/repos/builtin/packages/kim-api/package.py
@@ -0,0 +1,31 @@
+# Copyright 2013-2019 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 KimApi(CMakePackage):
+ """OpenKIM is an online framework for making molecular simulations
+ reliable, reproducible, and portable. Computer implementations of
+ inter-atomic models are archived in OpenKIM, verified for coding
+ integrity, and tested by computing their predictions for a variety
+ of material properties. Models conforming to the KIM application
+ programming interface (API) work seamlessly with major simulation
+ codes that have adopted the KIM API standard.
+
+ This package provides the kim-api library and supporting
+ utilities. It also provides a small set of example models.
+
+ To obtain all models archived at https://openkim.org that are
+ compatible with the kim-api package, install and activate the
+ openkim-models pacakge too.
+ """
+ extendable = True
+ homepage = "https://openkim.org/"
+ url = "https://s3.openkim.org/kim-api/kim-api-2.0.2.txz"
+ git = "https://github.com/openkim/kim-api.git"
+
+ version('develop', branch='devel')
+ version('2.0.2', sha256="26e7cf91066692f316b8ba1548ccb7152bf56aad75902bce2338cff53e74e63d", extension='txz', url='https://s3.openkim.org/kim-api/kim-api-2.0.2.txz')