[Paraview] SuperBuild and Install or Packaging

David E DeMarle dave.demarle at kitware.com
Tue May 1 21:19:56 EDT 2012


I compiled paraview 3.14 on snowleopard, with the cmake OSX variables set
to 10.5 so that the resulting binary would run on everything above leopard.

On Tue, May 1, 2012 at 1:54 PM, Michael Jackson
<mike.jackson at bluequartz.net> wrote:
> Once I have finally been able to get coerce ParaView/Superbuild to actually compile all the way through, just how do I create a "Distribution" or install it somewhere of my choosing? I tried running ccmake and setting the CMAKE_INSTALL_PREFIX but that didn't not effect any of the projects.

cd ${SUPERBUILD_BUILD}/ParaView-build/Applications/ParaView
cpack -G DragNDrop -C Release --config CPackParaViewConfig.cmake

>   All I am really after (ON OS X) is the fixup-bundle so my plugin can get it's internal library paths adjusted to match what the Kitware distribution is. I have a plugin that I want to post to my website that works with the downloadable version of ParaView is my end goal.

For the vistrails plugin in 3.14 I built it against the super built
paraview, and then used a modified version of the script that Filipe
posted to the list (http://markmail.org/thread/l6ks36ra7ont466p) to
fixup the library paths. (ie otool -L to see what the lib names are
are install_name_tool to make them all be relative to either the
paraview install location or the plugin package itself.)

>
> Thanks
> ___________________________________________________________
> Mike Jackson                    Principal Software Engineer
> BlueQuartz Software                            Dayton, Ohio
> mike.jackson at bluequartz.net              www.bluequartz.net
>

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


More information about the ParaView mailing list