From c7cb809cc84e16d4eb1798dc56cc94b246c6b4dd Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 18 May 2004 11:49:52 +0000 Subject: [PATCH] Fix error with bad soft links : a bug of VTK python wrappings installation --- config_files/VTK-4.2.2.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 } -- 2.39.2