summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDesmond Orton <odesmond21@gmail.com>2021-02-24 13:15:49 -0600
committerGitHub <noreply@github.com>2021-02-24 19:15:49 +0000
commit369e6e25ac7c91e76e52d44adf785b34fba21bae (patch)
treed66efd56b271c10ae5406da36777456e9cd8efbf
parente85a8cde37fbc1568a12d89b3de372bdfb9c8d93 (diff)
downloadspack-369e6e25ac7c91e76e52d44adf785b34fba21bae.tar.gz
spack-369e6e25ac7c91e76e52d44adf785b34fba21bae.tar.bz2
spack-369e6e25ac7c91e76e52d44adf785b34fba21bae.tar.xz
spack-369e6e25ac7c91e76e52d44adf785b34fba21bae.zip
New package r-rapiserialize at 0.1.0 (#21780)
-rw-r--r--var/spack/repos/builtin/packages/r-rapiserialize/package.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-rapiserialize/package.py b/var/spack/repos/builtin/packages/r-rapiserialize/package.py
new file mode 100644
index 0000000000..9d2a5af398
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-rapiserialize/package.py
@@ -0,0 +1,27 @@
+# Copyright 2013-2021 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 RRapiserialize(RPackage):
+ """R API Serialization
+
+ This package provides other packages with access to the internal R
+ serialization code. Access to this code is provided at the C function
+ level by using the registration of native function mechanism. Client
+ packages simply include a single header file RApiSerializeAPI.h provided
+ by this package. This packages builds on the Rhpc package by Junji Nakano
+ and Ei-ji Nakama which also includes a (partial) copy of the file
+ src/main/serialize.c from R itself. The R Core group is the original
+ author of the serialization code made available by this package."""
+
+ homepage = "https://cloud.r-project.org/web/packages/RApiSerialize/index.html"
+ url = "https://cloud.r-project.org/src/contrib/RApiSerialize_0.1.0.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/RApiSerialize"
+
+ maintainers = ['dorton21']
+
+ version('0.1.0', sha256='324d42c655c27b4647d194bfcd7c675da95c67ea3a74ce99853502022792a23e')