diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/RInside | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-R/RInside')
| -rw-r--r-- | dev-R/RInside/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/RInside/RInside-0.2.17.ebuild | 24 | ||||
| -rw-r--r-- | dev-R/RInside/metadata.xml | 20 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-R/RInside/Manifest b/dev-R/RInside/Manifest new file mode 100644 index 000000000000..e845194aeaec --- /dev/null +++ b/dev-R/RInside/Manifest @@ -0,0 +1 @@ +DIST RInside_0.2.17.tar.gz 81202 BLAKE2B 604b21535b6cc9be4dbe8e3822f76658adaf2f612ea4dd1db5baa2654e3c1cb447a9ff58d3b715ece27bae2922e720b09b09ac20121ba8e73fbd491e7f3cf231 SHA512 c055306162db6f725e890afc2cc6b6d1921f57249cd1b4c2188e7c5314436ae53861f36698e463b44e0dc7b94dd36bc90e8846b37af261571caadd2d792a631d diff --git a/dev-R/RInside/RInside-0.2.17.ebuild b/dev-R/RInside/RInside-0.2.17.ebuild new file mode 100644 index 000000000000..6255b43ccfef --- /dev/null +++ b/dev-R/RInside/RInside-0.2.17.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications' +KEYWORDS="~amd64" +LICENSE='GPL-2+' +HOMEPAGE=" + https://cran.r-project.org/package=RInside + http://dirk.eddelbuettel.com/code/rinside.html + https://github.com/eddelbuettel/rinside +" +DEPEND=" + dev-R/Rcpp +" +RDEPEND="${DEPEND}" + +src_install() { + R-packages_src_install + find "${D}" -name "*.a" -delete || die +} diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml new file mode 100644 index 000000000000..708c40bc56fa --- /dev/null +++ b/dev-R/RInside/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription lang="en">C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.</longdescription> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc> + <changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog> + <maintainer> + <name>Dirk Eddelbuettel</name> + <email>edd@debian.org</email> + </maintainer> + <remote-id type="github">eddelbuettel/rinside</remote-id> + </upstream> +</pkgmetadata> |
