pvw python deps do not end up in install tree when using system python
I used superbuild master
branch to build ParaView master
branch, and when the make install
finished, I cannot find any of the paraviewweb
dependencies in the install tree. I see in the build output, for example, lines like:
[ 70%] Performing install step for 'pythontwisted'
and later:
creating /work/pvsb/build/install/local/lib/python2.7/dist-packages/twisted/python
copying build/lib.linux-x86_64-2.7/twisted/python/usage.py -> /work/pvsb/build/install/local/lib/python2.7/dist-packages/twisted/python
But then I do find <pv-install-root> | grep -i twisted
, and it returns nothing. And as far as I can tell the same thing is true for all the other dependencies of paraviewweb
(as listed in projects/paraviewweb.cmake
).
Is this expected, and I just need to change how I'm building? Or is it possibly a bug?
I ran the build in a Docker container (nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
), using the attached shell script to install packages, get cmake, clone the superbuild, etc.