X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fsplit_build%2Finst%2Fetc%2Fpatches%2FBayesTree.deprecated%2F01_mpart.cpp.patch;fp=branch%2Fsplit_build%2Finst%2Fetc%2Fpatches%2FBayesTree.deprecated%2F01_mpart.cpp.patch;h=f46fbe2f2a21dfee08b76c3bfbed6e51a41a7d05;hb=42bff07893104a11db95c8d65fe518a336463351;hp=0000000000000000000000000000000000000000;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;p=cran2deb.git diff --git a/branch/split_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch b/branch/split_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch new file mode 100644 index 0000000..f46fbe2 --- /dev/null +++ b/branch/split_build/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