File: unversioned_bh.patch

package info (click to toggle)
r-cran-rstanarm 2.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,964 kB
  • sloc: cpp: 47; sh: 18; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 17 Sep 2019 12:57:58 +0200
Description: Seems there is no real reason to enforce boost version 1.72
 So it works with unversioned (in Debian currently 1.67) as well

--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -39,7 +39,7 @@
         knitr (>= 1.15.1), MASS, mgcv (>= 1.8-13), rmarkdown, roxygen2,
         StanHeaders (>= 2.21.0), testthat (>= 1.0.2)
 LinkingTo: StanHeaders (>= 2.21.0), rstan (>= 2.21.1), BH (>=
-        1.72.0-2), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
+        1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
         RcppParallel (>= 5.0.1)
 SystemRequirements: GNU make, pandoc (>= 1.12.3), pandoc-citeproc
 VignetteBuilder: knitr