[Paraview] cmake removing rpath

Peter Brady petertbrady at gmail.com
Tue Feb 28 10:18:37 EST 2012


Hi Burlen,

Thanks for the help.  The wrapper script solved my problem.  Although, I
would still like to know how to "officially" set the correct paths using
rpath to avoid the proliferation of shell scripts on my machine.

Thanks,
Peter.

On Fri, Feb 24, 2012 at 5:07 PM, Burlen Loring <bloring at lbl.gov> wrote:

> **
> On 02/24/2012 01:22 PM, Peter Brady wrote:
>
> If I set my LD_LIBRARY_PATH to include my 7.5.2 Mesa libraries then
> offscreen rendering works fine.  However, I don't want my system as a whole
> to use my separate Mesa libraries; only Paraview.
>
> Hi Peter,
>
> I don't know the rpath settings but I have a couple of easy alternatives
> if all you want to do is modify ld lib path for PV without affecting other
> installed apps. What about starting pv with a shell script? eg.
>
> #!/bin/bash
> export LD_LIBRARY_PATH=/path/to/your/osmesa:$LD_LIBRARY_PATH
> /path/to/your/pvpython $*
>
>
> the modules package is also very useful for changing paths on the fly.
>
> Burlen
>



-- 
Peter Brady, Ph.D.
Postdoctoral Research Associate

Sibley School of Mechanical and Aerospace Engineering
Cornell University
191 Grumman Hall
Ithaca, NY 14853-7501
peter.brady at cornell.edu <olivier.desjardins at cornell.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120228/b9d0c6cc/attachment-0001.htm>


More information about the ParaView mailing list