]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch
rename double_build -> split_build
[cran2deb.git] / branch / double_build / inst / etc / patches / BayesTree.deprecated / 01_mpart.cpp.patch
diff --git a/branch/double_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch b/branch/double_build/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch
deleted file mode 100644 (file)
index f46fbe2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_mbart.cpp.dpatch by  <edd@xmcorsairs.wu-wien.ac.at>
-##
-## 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 <ctime>
- #include <search.h>
- #include <vector>
-+#include <valarray>
-
- extern "C" {
- #include <R.h>