From 195a3e05e6c3032adb153cd2a0290f62905a4a87 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Tue, 15 Jan 2008 07:53:43 +0000 Subject: [PATCH] Deleting link vtk in include folder of VTK 5.0 --- config_files/VTK-5.0.0.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config_files/VTK-5.0.0.sh b/config_files/VTK-5.0.0.sh index 602f736..a39a9de 100755 --- a/config_files/VTK-5.0.0.sh +++ b/config_files/VTK-5.0.0.sh @@ -197,12 +197,13 @@ cd ${PRODUCT_DIR}_SRC/${PRODUCT}_SRC/Wrapping/Python check_job ${PRODUCT_DIR}/SETUPPYTHON.LOG python setup.py install --prefix=${PRODUCT_DIR} # set correct symbolic links - bug of python wrappings installation - cd ${PRODUCT_DIR}/include - ln -sf vtk-5.0 vtk +# cd ${PRODUCT_DIR}/include +# ln -sf vtk-5.0 vtk if test `uname -m` = "x86_64" ; then cd ${PRODUCT_DIR}/lib; ln -s ../lib64/python${python_version} . fi + # cd ${PRODUCT_DIR}/lib/python${python_version}/site-packages # ln -sf vtk vtk_python -- 2.39.2