summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-10-29 18:09:05 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2019-10-29 18:09:05 -0500
commit4d345429ab1ede205df47fbde4a008c5e4e388ed (patch)
tree1e82d8fd05b7d386e7b01c44c11a8bb08d4a2ea1 /var
parentd76ec7b2da8028bf9215e184450352e83e6aa88a (diff)
downloadspack-4d345429ab1ede205df47fbde4a008c5e4e388ed.tar.gz
spack-4d345429ab1ede205df47fbde4a008c5e4e388ed.tar.bz2
spack-4d345429ab1ede205df47fbde4a008c5e4e388ed.tar.xz
spack-4d345429ab1ede205df47fbde4a008c5e4e388ed.zip
r-dotcall64: new package at 1.0-0 (#13493)
* r-dotcall64: new package at 1.0-0 * r-dotcall64: break up long line
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-dotcall64/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-dotcall64/package.py b/var/spack/repos/builtin/packages/r-dotcall64/package.py
new file mode 100644
index 0000000000..270eeccdf6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-dotcall64/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 RDotcall64(RPackage):
+ """dotCall64: Enhanced Foreign Function Interface Supporting Long
+ Vectors."""
+
+ homepage = "https://git.math.uzh.ch/reinhard.furrer/dotCall64"
+ url = "https://cloud.r-project.org/src/contrib/dotCall64_1.0-0.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/dotCall64"
+
+ version('1.0-0', sha256='69318dc6b8aecc54d4f789c8105e672198363b395f1a764ebaeb54c0473d17ad')
+
+ depends_on('r@3.1:', type=('build', 'run'))