From a4a5e951ece80873148e4fb004707daac22b961e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Aug 26 2009 13:48:32 +0000 Subject: - Disable building various View plugins, need OverView --- diff --git a/paraview.spec b/paraview.spec index d32385c..76c2035 100644 --- a/paraview.spec +++ b/paraview.spec @@ -64,9 +64,15 @@ Provides: paraview-demos = %{version}-%{release} # This is still an alpha feature and does not install properly - # libOverViewCora.so is not installed # -DPARAVIEW_BUILD_OverView:BOOL=ON -# GeoView/GeoView2D require OverView +# These require OverView # -DPARAVIEW_BUILD_PLUGIN_ClientGeoView:BOOL=ON # -DPARAVIEW_BUILD_PLUGIN_ClientGeoView2D:BOOL=ON +# -DPARAVIEW_BUILD_PLUGIN_ClientGraphView:BOOL=ON \\\ +# -DPARAVIEW_BUILD_PLUGIN_ClientHierarchyView:BOOL=ON \\\ +# -DPARAVIEW_BUILD_PLUGIN_ClientRecordView:BOOL=ON \\\ +# -DPARAVIEW_BUILD_PLUGIN_ClientTableView:BOOL=ON \\\ +# -DPARAVIEW_BUILD_PLUGIN_ClientTreeView:BOOL=ON \\\ +# -DPARAVIEW_BUILD_PLUGIN_ClientGraphViewFrame:BOOL=ON %define paraview_cmake_options \\\ -DCMAKE_CXX_COMPILER:FILEPATH=$CXX \\\ -DCMAKE_C_COMPILER:FILEPATH=$CC \\\ @@ -75,11 +81,6 @@ Provides: paraview-demos = %{version}-%{release} -DPARAVIEW_BUILD_StreamingParaView:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_Streaming:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_Array:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientGraphView:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientHierarchyView:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientRecordView:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientTableView:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientTreeView:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_CommonToolbar:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_CosmoFilters:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_GraphLayoutFilterPanel:BOOL=ON \\\ @@ -94,7 +95,6 @@ Provides: paraview-demos = %{version}-%{release} -DPARAVIEW_BUILD_PLUGIN_TableToGraphPanel:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_TableToSparseArrayPanel:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_ThresholdTablePanel:BOOL=ON \\\ - -DPARAVIEW_BUILD_PLUGIN_ClientGraphViewFrame:BOOL=ON \\\ -DPARAVIEW_BUILD_PLUGIN_VisItReaderPlugin:BOOL=OFF \\\ -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \\\ -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON \\\ @@ -386,8 +386,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog -* Tue Aug 25 2009 Orion Poplawski - 3.6.1-4 -- Disable building GeoView/GeoView2D, need OverView +* Wed Aug 26 2009 Orion Poplawski - 3.6.1-4 +- Disable building various View plugins, need OverView * Tue Aug 25 2009 Orion Poplawski - 3.6.1-3 - Disable building OverView - not ready yet