X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FBayesTree.deprecated%2F01_mpart.cpp.patch;fp=tags%2Fpre-dual%2Finst%2Fetc%2Fpatches%2FBayesTree.deprecated%2F01_mpart.cpp.patch;h=f46fbe2f2a21dfee08b76c3bfbed6e51a41a7d05;hb=ab9547f1dd3779e34528a7a638ed085d5b9c5e26;hp=0000000000000000000000000000000000000000;hpb=4baac28764128067cb2fd6343321e7e0f522bdfd;p=cran2deb.git diff --git a/tags/pre-dual/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch b/tags/pre-dual/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch new file mode 100644 index 0000000..f46fbe2 --- /dev/null +++ b/tags/pre-dual/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_mbart.cpp.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add valarray header + +@DPATCH@ + +diff -ru BayesTree.orig/src/mbart.cpp BayesTree/src/mbart.cpp +--- BayesTree.orig/src/mbart.cpp 2006-10-16 18:25:18.000000000 -0500 ++++ BayesTree/src/mbart.cpp 2009-05-11 19:32:57.000000000 -0500 +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + + extern "C" { + #include