[packages/ParaView] - removed obsolete boost-1.48.0 patch

baggins baggins at pld-linux.org
Fri Nov 16 11:05:03 CET 2012


commit 1be03d08af8bcb74391e68ce711aaa1b879194f4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Nov 15 12:22:23 2012 +0100

    - removed obsolete boost-1.48.0 patch

 ParaView-3.12.0-boost-1.48.0-bfs.patch | 31 -------------------------------
 1 file changed, 31 deletions(-)
---
diff --git a/ParaView-3.12.0-boost-1.48.0-bfs.patch b/ParaView-3.12.0-boost-1.48.0-bfs.patch
deleted file mode 100644
index 5cc2217..0000000
--- a/ParaView-3.12.0-boost-1.48.0-bfs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -up ParaView-3.12.0/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx\~ ParaView-3.12.0/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx
---- ParaView-3.12.0/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx~	2011-11-08 21:56:37.000000000 +0100
-+++ ParaView-3.12.0/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx	2011-12-06 01:11:42.487760688 +0100
-@@ -47,6 +47,15 @@ using namespace boost;
- vtkStandardNewMacro(vtkBoostBreadthFirstSearchTree);
- 
- 
-+namespace {
-+  vtkIdType unwrap_edge_id(vtkEdgeType const &e) {
-+    return e.Id;
-+  }
-+  vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e) {
-+    return e.underlying_desc.Id;
-+  }
-+}
-+
- // Redefine the bfs visitor, the only visitor we
- // are using is the tree_edge visitor.
- template <typename IdMap>
-@@ -95,7 +104,8 @@ public:
- 
-     // Copy the vertex and edge data from the graph to the tree.
-     tree->GetVertexData()->CopyData(graph->GetVertexData(), v, tree_v);
--    tree->GetEdgeData()->CopyData(graph->GetEdgeData(), e.Id, tree_e.Id);
-+    tree->GetEdgeData()->CopyData(graph->GetEdgeData(),
-+				  unwrap_edge_id(e), tree_e.Id);
-   }
- 
- private:
-
-Diff finished.  Tue Dec  6 01:13:13 2011
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ParaView.git/commitdiff/8d833c50db28d352cfcbb52491d89af4f9f7e059



More information about the pld-cvs-commit mailing list