[Paraview] Development Install Tree

Mark Olesen Mark.Olesen at faurecia.com
Mon Mar 15 09:59:02 EDT 2010


On Mon, 2010-03-15 at 09:36 -0400, Utkarsh Ayachit wrote:
> >    paraview-real: error while loading shared libraries: libVPIC.so:
> >    cannot open shared object file: No such file or directory
> 
> That's indeed a missing install rule, which I believe Dave fixed over
> the weekend.

Indeed - it's been caught. Sorry about the noise on that one.

> > Apart from the inconvenience of using cpack (I really just want to
> > create an installed version and not a tar.gz that I have to subsequently
> > unpack and rename the directories to suit my own conventions), I'm a
> > disconcerted by that fact that the cpack variant also seems to miss
> > installing a fair number of files (see attached diff from ls -1R
> > outputs).
> 
> Thanks for the diffs. We'll take a look to verify that the necessary
> files get cpacked as well.


For cpack to be even more useful, it would be really helpful to some
form of a 'prefix' option (perhaps I missed that one) and the ability to
write to stdout (I also might have missed that one too).

For example,

$ cpack -G TAR- -D PREFIX=platforms/linux64Gcc/paraview-3.7.0
<buildDir>/Applications/ParaView/CPackParaViewConfig.cmake >
myParaview.tar


It could also be used (or misused) to install directly without an
intermediate file:

$ cpack -G TAR- -D PREFIX=platforms/linux64Gcc/paraview-3.7.0
<buildDir>/Applications/ParaView/CPackParaViewConfig.cmake | (cd MY_PATH
&& tar -xBf -)


"man git-archive" describes fairly closely what would be desirable.


> 
> > - GENERATE_FILTERS_DOCUMENTATION should work, but doesn't.
> 
> I must be missing something here. We are talking about the
> documentation for the "SphereSource", for example when one hits the
> "?" button, right?

I'm reaching (or missing it) via the Help (F1) and trying to get
information on the sources, filters or readers as illustrated in the
attached screenshot.

> What cmake version are we using?

$ cmake --version
cmake version 2.8.0


/mark


DISCLAIMER:
This electronic transmission (and any attachments thereto) is intended solely for the use of the addressee(s). It may contain confidential or legally privileged information. If you are not the intended recipient of this message, you must delete it immediately and notify the sender. Any unauthorized use or disclosure of this message is strictly prohibited. Faurecia does not guarantee the integrity of this transmission and shall therefore never be liable if the message is altered or falsified nor for any virus, interception or damage to your system.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pv-help.png
Type: image/png
Size: 52839 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100315/fd8e28b2/attachment-0001.png>


More information about the ParaView mailing list