]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix error with bad soft links : a bug of VTK python wrappings installation
authorvsr <vsr@opencascade.com>
Tue, 18 May 2004 11:49:52 +0000 (11:49 +0000)
committervsr <vsr@opencascade.com>
Tue, 18 May 2004 11:49:52 +0000 (11:49 +0000)
config_files/VTK-4.2.2.sh

index 1e469780088ee70c030e0b23ac93db29ea5c9490..f502ba0f3ae7c374e34eb32a905e9dd029f38f46 100755 (executable)
@@ -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
 }