File: use_debian_packages_boost.patch

package info (click to toggle)
r-cran-dplyr 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,020 kB
  • ctags: 2,056
  • sloc: cpp: 9,773; ansic: 884; sh: 16; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: don't require the BH package for R when building
 BH is a bundle of Boost headers for R. We can use Boost directly via
 Debian to build this package, so BH isn't needed.
Author: Chris Lawrence <lawrencc@debian.org>
Last-Update: Thu, 21 Jul 2016 13:21:06 +0900
Description: Use Debian packaged boost library

--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -18,7 +18,7 @@
         microbenchmark, ggplot2, mgcv, Lahman (>= 3.0-1), nycflights13,
         methods, rmarkdown, covr, dtplyr
 VignetteBuilder: knitr
-LinkingTo: Rcpp (>= 0.12.0), BH (>= 1.58.0-1)
+LinkingTo: Rcpp (>= 0.12.0)
 LazyData: yes
 License: MIT + file LICENSE
 Collate: 'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'bind.r'