]> git.donarmstrong.com Git - cran2deb.git/blob - branch/double_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch
split view of debian_dependency and blacklist_packages by system; preparation for...
[cran2deb.git] / branch / double_build / inst / etc / patches / BayesTree.deprecated / 01_mpart.cpp.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 01_mbart.cpp.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Add valarray header
6
7 @DPATCH@
8
9 diff -ru BayesTree.orig/src/mbart.cpp BayesTree/src/mbart.cpp
10 --- BayesTree.orig/src/mbart.cpp        2006-10-16 18:25:18.000000000 -0500
11 +++ BayesTree/src/mbart.cpp     2009-05-11 19:32:57.000000000 -0500
12 @@ -6,6 +6,7 @@
13  #include <ctime>
14  #include <search.h>
15  #include <vector>
16 +#include <valarray>
17
18  extern "C" {
19  #include <R.h>