summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-10-29 18:09:46 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2019-10-29 18:09:46 -0500
commit7af668f4521d11d8bc58f9989c6b5d5f08693480 (patch)
tree9c88e8bd15fcc58e1e0fe7ee687c3e63f1a66d9d /var
parentccd20c9973135e9bb0d08853cb2dd0875d7ba233 (diff)
downloadspack-7af668f4521d11d8bc58f9989c6b5d5f08693480.tar.gz
spack-7af668f4521d11d8bc58f9989c6b5d5f08693480.tar.bz2
spack-7af668f4521d11d8bc58f9989c6b5d5f08693480.tar.xz
spack-7af668f4521d11d8bc58f9989c6b5d5f08693480.zip
r-bio3d: new package at 2.3-4 (#13496)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-bio3d/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-bio3d/package.py b/var/spack/repos/builtin/packages/r-bio3d/package.py
new file mode 100644
index 0000000000..a01e1de40c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-bio3d/package.py
@@ -0,0 +1,19 @@
+# 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 RBio3d(RPackage):
+ """bio3d: Biological Structure Analysis"""
+
+ homepage = "http://thegrantlab.org/bio3d/"
+ url = "https://cloud.r-project.org/src/contrib/bio3d_2.3-4.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/bio3d"
+
+ version('2.3-4', sha256='f9b39ab242cbedafcd98c1732cb1f5c0dd9ef66e28be39695e3420dd93e2bafe')
+
+ depends_on('r@3.1.0:', type=('build', 'run'))
+ depends_on('r-rcpp', type=('build', 'run'))