Re: [Paraview] cmake removing rpath

2012-02-28 Thread Peter Brady
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

Re: [Paraview] cmake removing rpath

2012-02-28 Thread Utkarsh Ayachit
This might help too: http://nixos.org/patchelf.html Utkarsh On Tue, Feb 28, 2012 at 7:18 AM, Peter Brady petertbr...@gmail.com wrote: 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

[Paraview] cmake removing rpath

2012-02-24 Thread Peter Brady
Hello all, I am trying to compile Paraview 3.12 on my x86_64 Fedora 15 workstation. My main interest is in offscreen rendering so I had to build my own Mesa libraries (7.5.2) with OSMesa. The system OSMesa libraries are not set up properly (or the wrong version) and so if I link to them,

[Paraview] cmake removing rpath

2012-02-24 Thread Peter Brady
Hello all, I am trying to compile Paraview 3.12 on my x86_64 Fedora 15 workstation. My main interest is in offscreen rendering so I had to build my own Mesa libraries (7.5.2) with OSMesa. The system OSMesa libraries are not set up properly (or the wrong version) and so if I link to them,

Re: [Paraview] cmake removing rpath

2012-02-24 Thread Burlen Loring
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