From: maintenance team Date: Tue, 1 Jun 2010 11:49:57 +0000 (+0000) Subject: Update for Salome 6.1.0 X-Git-Tag: V6_1_0~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91be362fc5c956c5705f09fbe61b78500171107d;p=tools%2Finstall.git Update for Salome 6.1.0 --- diff --git a/config_Mandriva_2008.0.xml b/config_Mandriva_2008.0.xml index cd04b1d..229f711 100755 --- a/config_Mandriva_2008.0.xml +++ b/config_Mandriva_2008.0.xml @@ -1,11 +1,11 @@ - @@ -24,7 +24,7 @@ type="component" description="SALOME platform KERNEL module"> @@ -44,7 +44,7 @@ type="component" description="SALOME platform GEOM module"> + + + @@ -142,7 +151,7 @@ type="component" description="SALOME platform PYCALCULATOR module"> @@ -151,7 +160,7 @@ type="component" description="SALOME platform CALCULATOR module"> @@ -160,16 +169,16 @@ type="component" description="Example SALOME C++ module: Hello."> @@ -178,7 +187,7 @@ type="component" description="LIGHT (no-CORBA-engine) SALOME module example"> @@ -187,7 +196,7 @@ type="component" description="LIGHT Python (no-CORBA-engine) SALOME module example"> @@ -196,7 +205,7 @@ type="component" description="SALOME-based module implement simple interface to calculate Sierpinsky fields"> @@ -205,7 +214,7 @@ type="component" description="SALOME-based module implement simple interface to calculate Sierpinsky fields"> @@ -214,7 +223,7 @@ type="component" description="Med Memory package"> @@ -223,7 +232,7 @@ type="component" description="Partitioning/decimation module for the SALOME platform"> @@ -232,17 +241,36 @@ type="component" description="Tool to supervise execution of complex interconnected scientific applications"> + + + + + + + @@ -270,17 +298,16 @@ type="component" description="SALOME module generator documentation"> - - + description="Scalable, open-source visualization application"> + + + + script="MedReader-3.0.0.sh"/> - - - + script="libBatch-1.1.0.sh"/> Qt Qwt Hdf - Vtk + ParaView OmniORB Sip PyQt @@ -653,7 +680,26 @@ Qwt Hdf Med - Vtk + ParaView + OmniORB + Doxygen + Graphviz + docutils + KERNEL + GUI + MED + + + boost + OpenCascade + Python + Swig + Qt + Qwt + Hdf + Med + ParaView + MedReader OmniORB Doxygen Graphviz @@ -755,7 +801,7 @@ Qwt Hdf Med - Vtk + ParaView OmniORB Sip PyQt @@ -808,7 +854,7 @@ Python Qt Hdf - Vtk + ParaView Doxygen Graphviz docutils @@ -820,7 +866,7 @@ Python Qt Hdf - Vtk + ParaView Doxygen Graphviz docutils @@ -844,7 +890,7 @@ Qt Hdf Med - Vtk + ParaView OmniORB Doxygen Graphviz @@ -864,7 +910,7 @@ Qwt Hdf Med - Vtk + ParaView OmniORB Doxygen Graphviz @@ -936,9 +982,16 @@ Hdf - + Python tcltk + Hdf + cmake + + + Hdf + Med + ParaView cmake @@ -970,12 +1023,19 @@ Python + + Qt + OmniORB + Sphinx + KERNEL + GUI + Python Qt PyQt OmniORB - Vtk + ParaView KERNEL GUI MED diff --git a/config_files/ParaView-3.7.0.sh b/config_files/ParaView-3.7.0.sh deleted file mode 100755 index 32f60cc..0000000 --- a/config_files/ParaView-3.7.0.sh +++ /dev/null @@ -1,244 +0,0 @@ -#!/bin/bash -noprofile - -#################################################################################### -# File : ParaViev-3.7.0.sh -# Created : Thu Dec 18 12:01:00 2002 -# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) -# Project : SALOME -# Module : Installation Wizard -# Copyright : 2002-2008 CEA -# -# This script is the part of the SALOME installation procedure. -# -#################################################################################### - -# -# VTK version -# -PVVERSION=3.7.0 - -check_version() -{ -if [ -z "$PARAVIEW" ]; then - return 1 -fi -check_lib_version libvtkCommon.so ${PVHOME}/lib/paraview-3.7 -if [ "$?" -eq "0" ]; then - return 0 -fi -return 1 -} - -print_env_bin() -{ -cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}_src.sh < ${PRODUCT_DIR}/CONFIGURE.LOG < ${PRODUCT_DIR}/MAKE.LOG < ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}_src.sh < ${PRODUCT_DIR}/CONFIGURE.LOG < ${PRODUCT_DIR}/MAKE.LOG < $l"_" chmod -f --reference=$l $l"_" mv -f $l"_" $l - + + # 22. process ParaView dependencies + paraviewdir=`printenv PVHOME`/lib + if [ ! -d ${paraviewdir} ] ; then paraviewdir=`printenv PVHOME`/lib ; fi + sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*ParaView-[0-9]\.[0-9]/lib% \1${paraviewdir}%g" $l > $l"_" + chmod -f --reference=$l $l"_" + mv -f $l"_" $l + fi done diff --git a/config_files/libBatch-1.1.0.sh b/config_files/libBatch-1.1.0.sh index 2aa7753..8e1b43b 100755 --- a/config_files/libBatch-1.1.0.sh +++ b/config_files/libBatch-1.1.0.sh @@ -1,7 +1,7 @@ #!/bin/bash -noprofile #################################################################################### -# File : libBatch-1.0.0.sh +# File : libBatch-1.1.0.sh # Created : Thu Dec 18 12:01:00 2002 # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME