]> git.donarmstrong.com Git - cran2deb.git/commitdiff
BayesTree patch deprecated with new upstream version
authoredd <edd@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Fri, 29 May 2009 03:22:37 +0000 (03:22 +0000)
committeredd <edd@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Fri, 29 May 2009 03:22:37 +0000 (03:22 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@239 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/inst/etc/patches/BayesTree.deprecated/00list [new file with mode: 0644]
trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch [new file with mode: 0644]
trunk/inst/etc/patches/BayesTree/00list [deleted file]
trunk/inst/etc/patches/BayesTree/01_mpart.cpp.patch [deleted file]

diff --git a/trunk/inst/etc/patches/BayesTree.deprecated/00list b/trunk/inst/etc/patches/BayesTree.deprecated/00list
new file mode 100644 (file)
index 0000000..613a63f
--- /dev/null
@@ -0,0 +1 @@
+01_mpart.cpp.patch
diff --git a/trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch b/trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch
new file mode 100644 (file)
index 0000000..f46fbe2
--- /dev/null
@@ -0,0 +1,19 @@
+#! /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>
diff --git a/trunk/inst/etc/patches/BayesTree/00list b/trunk/inst/etc/patches/BayesTree/00list
deleted file mode 100644 (file)
index 613a63f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-01_mpart.cpp.patch
diff --git a/trunk/inst/etc/patches/BayesTree/01_mpart.cpp.patch b/trunk/inst/etc/patches/BayesTree/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>