-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot-automerge] r-rcpp v1.0.11 (#38)
automerged PR by conda-forge/automerge-action
- Loading branch information
Showing
6 changed files
with
36 additions
and
217 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
148 changes: 0 additions & 148 deletions
148
recipe/0002-macOS-When-target-lt-10.9-libstdc-supports-only-some.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "1.0.10" %} | ||
{% set version = "1.0.11" %} | ||
{% set posix = 'm2-' if win else '' %} | ||
{% set native = 'm2w64-' if win else '' %} | ||
|
||
|
@@ -10,31 +10,28 @@ source: | |
url: | ||
- {{ cran_mirror }}/src/contrib/Rcpp_{{ version }}.tar.gz | ||
- {{ cran_mirror }}/src/contrib/Archive/Rcpp/Rcpp_{{ version }}.tar.gz | ||
sha256: 1e65e24a9981251ab5fc4f9fd65fe4eab4ba0255be3400a8c5abe20b62b5d546 | ||
patches: | ||
- 0001-Add-CXX1XSTD-to-PKG_CPPFLAGS.patch | ||
- 0002-macOS-When-target-lt-10.9-libstdc-supports-only-some.patch | ||
sha256: df757c3068599c6c05367900bcad93547ba3422d59802dbaca20fd74d4d2fa5f | ||
|
||
build: | ||
merge_build_host: true # [win] | ||
number: 1 | ||
number: 0 | ||
rpaths: | ||
- lib/R/lib/ | ||
- lib/ | ||
|
||
requirements: | ||
build: | ||
- cross-r-base {{ r_base }} # [build_platform != target_platform] | ||
- {{ compiler('c') }} # [not win] | ||
- {{ compiler('cxx') }} # [not win] | ||
- {{ compiler('m2w64_c') }} # [win] | ||
- {{ compiler('m2w64_cxx') }} # [win] | ||
- cross-r-base {{ r_base }} # [build_platform != target_platform] | ||
- {{ compiler('c') }} # [not win] | ||
- {{ compiler('cxx') }} # [not win] | ||
- {{ compiler('m2w64_c') }} # [win] | ||
- {{ compiler('m2w64_cxx') }} # [win] | ||
- {{ posix }}filesystem # [win] | ||
- {{ posix }}make | ||
- {{ posix }}sed # [win] | ||
- {{ posix }}coreutils # [win] | ||
- {{ posix }}zip # [win] | ||
- sysroot_linux-64 2.17 # [linux64] | ||
- sysroot_linux-64 2.17 # [linux64] | ||
host: | ||
- r-base | ||
run: | ||
|
@@ -47,35 +44,18 @@ test: | |
- "\"%R%\" -e \"library('Rcpp')\"" # [win] | ||
|
||
about: | ||
home: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp | ||
home: http://www.rcpp.org | ||
doc_url: http://dirk.eddelbuettel.com/code/rcpp.html | ||
dev_url: https://github.com/RcppCore/Rcpp | ||
license: GPL-2.0-or-later | ||
summary: The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' | ||
is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); | ||
see 'citation("Rcpp")' for details. | ||
license_family: GPL2 | ||
license_file: {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-2 | ||
license_file: | ||
- {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-2 | ||
- {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3 | ||
|
||
extra: | ||
recipe-maintainers: | ||
- conda-forge/r | ||
|
||
# Package: Rcpp | ||
# Title: Seamless R and C++ Integration | ||
# Version: 1.0.1 | ||
# Date: 2019-03-16 | ||
# Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Nathan Russell, Douglas Bates and John Chambers | ||
# Maintainer: Dirk Eddelbuettel <[email protected]> | ||
# Description: The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details. | ||
# Depends: R (>= 3.0.0) | ||
# Imports: methods, utils | ||
# Suggests: RUnit, inline, rbenchmark, knitr, rmarkdown, pinp, pkgKitten (>= 0.1.2) | ||
# VignetteBuilder: knitr | ||
# URL: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp | ||
# License: GPL (>= 2) | ||
# BugReports: https://github.com/RcppCore/Rcpp/issues | ||
# MailingList: Please send questions and comments regarding Rcpp to [email protected] | ||
# RoxygenNote: 6.0.1 | ||
# NeedsCompilation: yes | ||
# Packaged: 2019-03-16 15:29:08.470813 UTC; edd | ||
# Repository: CRAN | ||
# Date/Publication: 2019-03-17 07:15:10 UTC |