From: vsr Date: Tue, 18 May 2004 11:49:52 +0000 (+0000) Subject: Fix error with bad soft links : a bug of VTK python wrappings installation X-Git-Tag: PAL_1_4_1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7cb809cc84e16d4eb1798dc56cc94b246c6b4dd;p=tools%2Finstall.git Fix error with bad soft links : a bug of VTK python wrappings installation --- diff --git a/config_files/VTK-4.2.2.sh b/config_files/VTK-4.2.2.sh index 1e46978..f502ba0 100755 --- a/config_files/VTK-4.2.2.sh +++ b/config_files/VTK-4.2.2.sh @@ -126,6 +126,11 @@ cd ${PRODUCT_WORK}/Wrapping/Python check_job ${PRODUCT_DIR}/SETUPPYTHON.LOG python setup.py install --prefix=${PRODUCT_DIR} rm -fr ${PRODUCT_WORK} ${INSTALL_WORK}/cmake-1.6.6 + +# set correct symbolic links - bug of python wrappings installation +cd ${PRODUCT_DIR}/lib/python2.2/site-packages/vtk_python +ln -sf ../../../vtk/*Python*.so . + print_env }