Jack,
Attached is a patch that fixes the install dir. We plan to do some
installation cleanup for the next release which should fix this
problem.
Utkarsh
On Sat, Aug 8, 2009 at 8:58 PM, Jack Howarth<[email protected]> wrote:
> I am in the process of updating the fink
> paraview packaging from 3.4.0 to 3.6.1, however
> I have run into a issue that I am unsure how to
> solve. Currently the new paraview plugins are
> installed in a subdirectory in /sw/bin. I would
> like to be able to redirect those to
> /sw/lib/paraview-3.6/plugins instead. Are there
> any existing cmake options to do this in the
> paraview 3.6.1 or will I have to try to hack
> around this problem. Thanks in advance for any
> advice.
> Jack
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
Index: CMake/ParaViewPlugins.cmake
===================================================================
RCS file: /cvsroot/ParaView3/ParaView3/CMake/ParaViewPlugins.cmake,v
retrieving revision 1.46.2.1
diff -u -3 -p -r1.46.2.1 ParaViewPlugins.cmake
--- CMake/ParaViewPlugins.cmake 10 Jun 2009 13:18:18 -0000 1.46.2.1
+++ CMake/ParaViewPlugins.cmake 10 Aug 2009 12:58:44 -0000
@@ -8,7 +8,7 @@ INCLUDE("${VTK_MAKE_INSTANTIATOR}/vtkMak
MACRO(internal_paraview_install_plugin name)
IF (PV_INSTALL_BIN_DIR)
INSTALL(TARGETS ${name}
- DESTINATION "${PV_INSTALL_BIN_DIR}/plugins/${name}"
+ DESTINATION "${PV_INSTALL_LIB_DIR}/plugins/${name}"
COMPONENT Runtime)
ENDIF (PV_INSTALL_BIN_DIR)
ENDMACRO(internal_paraview_install_plugin)
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview