summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-spam/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-spam/package.py b/var/spack/repos/builtin/packages/r-spam/package.py
new file mode 100644
index 0000000000..860ce77002
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-spam/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 RSpam(RPackage):
+ """spam: SPArse Matrix"""
+
+ homepage = "https://www.math.uzh.ch/pages/spam/"
+ url = "https://cloud.r-project.org/src/contrib/spam_2.3-0.2.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/spam"
+
+ version('2.3-0.2', sha256='848fa95c0a71ac82af6344539af7b1c33563c687f06ead42851a68b621fff533')
+
+ depends_on('r@3.1:', type=('build', 'run'))
+ depends_on('r-dotcall64', type=('build', 'run'))