Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 231707 Details for
Bug 319921
sci-visualization/paraview-3.6.2 fails to emerge because of missing boost/vector_property_map.hpp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/usr/local/portage/sci-visualization/paraview/files/paraview-3.6.2-boost-vector_property_map.patch
paraview-3.6.2-boost-vector_property_map.patch (text/plain), 3.81 KB, created by
Juergen Rose
on 2010-05-16 20:10:56 UTC
(
hide
)
Description:
/usr/local/portage/sci-visualization/paraview/files/paraview-3.6.2-boost-vector_property_map.patch
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2010-05-16 20:10:56 UTC
Size:
3.81 KB
patch
obsolete
>diff -urN VTK/Infovis/vtkBoostBiconnectedComponents.cxx VTK-dwokfur/Infovis/vtkBoostBiconnectedComponents.cxx >--- VTK/Infovis/vtkBoostBiconnectedComponents.cxx 2008-09-18 16:23:01.000000000 +0200 >+++ VTK-dwokfur/Infovis/vtkBoostBiconnectedComponents.cxx 2010-03-12 14:03:55.000000000 +0100 >@@ -32,7 +32,7 @@ > #include "vtkGraph.h" > #include "vtkBoostGraphAdapter.h" > #include <boost/graph/biconnected_components.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > #include <boost/version.hpp> > #include <vtksys/stl/vector> > #include <vtksys/stl/utility> >diff -urN VTK/Infovis/vtkBoostBrandesCentrality.cxx VTK-dwokfur/Infovis/vtkBoostBrandesCentrality.cxx >--- VTK/Infovis/vtkBoostBrandesCentrality.cxx 2008-09-12 16:56:50.000000000 +0200 >+++ VTK-dwokfur/Infovis/vtkBoostBrandesCentrality.cxx 2010-03-12 14:01:51.000000000 +0100 >@@ -36,7 +36,7 @@ > > #include <boost/graph/adjacency_list.hpp> > #include <boost/graph/betweenness_centrality.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > > using namespace boost; > >diff -urN VTK/Infovis/vtkBoostBreadthFirstSearch.cxx VTK-dwokfur/Infovis/vtkBoostBreadthFirstSearch.cxx >--- VTK/Infovis/vtkBoostBreadthFirstSearch.cxx 2010-03-11 23:56:18.000000000 +0100 >+++ VTK-dwokfur/Infovis/vtkBoostBreadthFirstSearch.cxx 2010-03-12 14:02:06.000000000 +0100 >@@ -47,7 +47,7 @@ > #include <boost/graph/visitors.hpp> > #include <boost/graph/breadth_first_search.hpp> > #include <boost/property_map/property_map.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > #include <boost/pending/queue.hpp> > > #include <vtksys/stl/utility> // for pair >diff -urN VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx VTK-dwokfur/Infovis/vtkBoostBreadthFirstSearchTree.cxx >--- VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx 2008-04-18 19:59:36.000000000 +0200 >+++ VTK-dwokfur/Infovis/vtkBoostBreadthFirstSearchTree.cxx 2010-03-12 14:01:37.000000000 +0100 >@@ -39,7 +39,7 @@ > #include "vtkTree.h" > > #include <boost/graph/breadth_first_search.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > #include <boost/pending/queue.hpp> > > using namespace boost; >diff -urN VTK/Infovis/vtkBoostConnectedComponents.cxx VTK-dwokfur/Infovis/vtkBoostConnectedComponents.cxx >--- VTK/Infovis/vtkBoostConnectedComponents.cxx 2008-04-18 19:59:37.000000000 +0200 >+++ VTK-dwokfur/Infovis/vtkBoostConnectedComponents.cxx 2010-03-12 14:03:34.000000000 +0100 >@@ -33,7 +33,7 @@ > > #include "vtkBoostGraphAdapter.h" > #include <boost/graph/strong_components.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > > using namespace boost; > >diff -urN VTK/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx VTK-dwokfur/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx >--- VTK/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx 2008-12-10 19:18:43.000000000 +0100 >+++ VTK-dwokfur/Infovis/vtkBoostKruskalMinimumSpanningTree.cxx 2010-03-12 14:03:45.000000000 +0100 >@@ -40,7 +40,7 @@ > #include "vtkTree.h" > > #include <boost/graph/kruskal_min_spanning_tree.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > #include <boost/pending/queue.hpp> > > using namespace boost; >diff -urN VTK/Infovis/vtkBoostPrimMinimumSpanningTree.cxx VTK-dwokfur/Infovis/vtkBoostPrimMinimumSpanningTree.cxx >--- VTK/Infovis/vtkBoostPrimMinimumSpanningTree.cxx 2009-01-06 18:08:44.000000000 +0100 >+++ VTK-dwokfur/Infovis/vtkBoostPrimMinimumSpanningTree.cxx 2010-03-12 14:01:26.000000000 +0100 >@@ -39,7 +39,7 @@ > #include "vtkTree.h" > > #include <boost/graph/prim_minimum_spanning_tree.hpp> >-#include <boost/vector_property_map.hpp> >+#include <boost/property_map/vector_property_map.hpp> > #include <boost/pending/queue.hpp> > > using namespace boost;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 319921
: 231707