]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Correction of cmake compilation problem on Fedora 6
authormaintenance team <salome-mnt@opencascade.com>
Wed, 21 May 2008 13:37:06 +0000 (13:37 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 21 May 2008 13:37:06 +0000 (13:37 +0000)
config_files/VTK-4.2.6.sh

index c4a59e4e1023565a944093bedfedee97ff6f38c2..c3226d636ebc053ee7d7ef0d071696f40e8ab5f0 100755 (executable)
@@ -111,6 +111,12 @@ fi
 
 cd ${INSTALL_WORK}/cmake-1.6.6 
 
+chmod +w ./configure
+#INV - bug in a cmake configure 
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod 755 ./configure
+
+
 check_job ${PRODUCT_DIR}/CONFIGUREcmake.LOG ./configure
 cat >> ${PRODUCT_DIR}/MAKEcmake.LOG <<EOF
 used gcc=$GCC