From: maintenance team Date: Tue, 15 Jan 2008 07:53:43 +0000 (+0000) Subject: Deleting link vtk in include folder of VTK 5.0 X-Git-Tag: V_4_1_1~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=195a3e05e6c3032adb153cd2a0290f62905a4a87;p=tools%2Finstall.git Deleting link vtk in include folder of VTK 5.0 --- 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