Skip to content

Commit

Permalink
[bot-automerge] r-rcpp v1.0.11 (#38)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 11, 2023
2 parents 5c7810b + d40e4c3 commit 2db2a60
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 217 deletions.
5 changes: 4 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions recipe/0001-Add-CXX1XSTD-to-PKG_CPPFLAGS.patch

This file was deleted.

148 changes: 0 additions & 148 deletions recipe/0002-macOS-When-target-lt-10.9-libstdc-supports-only-some.patch

This file was deleted.

50 changes: 15 additions & 35 deletions recipe/meta.yaml
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 '' %}

Expand All @@ -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:
Expand All @@ -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

0 comments on commit 2db2a60

Please sign in to comment.