Philip, The superbuild is not really designed such that you can use the components it puts under its internal "install" directory. That "install" location is indeed treated as a internal sandbox where it builds all the components it will finally installs. The "make install" however should have installed a working version of pvpython. Can you elaborate more on what fails? Does it complain about a missing library?
Also, I thinking on OsX, we may be better of providing support for homebrew, and using the Superbuild only to generate redistributable app bundles. Does that sound like better approach, in your usecases? Utkarsh On Wed, May 21, 2014 at 11:53 AM, Wolfram, Phillip J <[email protected]> wrote: > Dear ParaView Developers and Users, > > After compiling ParaView via the SuperBuild process I have noticed that it > is possible to “import paraview” in pvpython in the > paraview/src/paraview-build/bin directory, but not in the > install/Applications/paraview.app/Contents directory. > > I am on OS X 10.9 (Mavericks) using clang / gfortran via Homebrew and am > confused about this behavior because ultimately it appears that a “make > install” installs the broken pvpython in the install directory and not the > correct, working pvpython in the paraview-build directory. > > This is strange because the binary installer which has pvpython in > /Applications/paraview.app/Contents/bin/pvpython works correctly but the > compiled from source installation does not. > > Could someone provide me with some perspectives here? I have included > CMakeCache.txt to provide more info... > > Thanks, > > Phil > > -------------------------------------------------- > Phillip Wolfram, Ph.D. > Postdoctoral Research Associate > T-3 Fluid Dynamics and Structural Mechanics > Climate, Ocean and Sea Ice Modeling > Los Alamos National Laboratory > Phone: (505) 667-7744 > Email: [email protected] > > > _______________________________________________ > 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 > _______________________________________________ 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
