From b08095fee789392b089b5549665df804a68d84fc Mon Sep 17 00:00:00 2001 From: inv Date: Tue, 19 Oct 2010 13:06:48 +0000 Subject: [PATCH] Update for Salome 5.1.5 --- config_Debian_4.0_64bit.xml | 6 ++++-- config_Mandriva_2008.0.xml | 6 ++++-- config_files/common.sh | 2 +- config_files/{libBatch-1.1.0.sh => libBatch-1.2.0.sh} | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) rename config_files/{libBatch-1.1.0.sh => libBatch-1.2.0.sh} (98%) diff --git a/config_Debian_4.0_64bit.xml b/config_Debian_4.0_64bit.xml index 6031bdf..eb2f143 100755 --- a/config_Debian_4.0_64bit.xml +++ b/config_Debian_4.0_64bit.xml @@ -479,10 +479,10 @@ type="prerequisite" description="Generic batch management library"> + script="libBatch-1.2.0.sh"/> Graphviz docutils libxml2 + Sphinx libBatch @@ -613,6 +614,7 @@ Python Swig Hdf + Vtk OmniORB Doxygen Graphviz diff --git a/config_Mandriva_2008.0.xml b/config_Mandriva_2008.0.xml index 8d950b4..5984998 100755 --- a/config_Mandriva_2008.0.xml +++ b/config_Mandriva_2008.0.xml @@ -479,10 +479,10 @@ type="prerequisite" description="Generic batch management library"> + script="libBatch-1.2.0.sh"/> Graphviz docutils libxml2 + Sphinx libBatch @@ -613,6 +614,7 @@ Python Swig Hdf + Vtk OmniORB Doxygen Graphviz diff --git a/config_files/common.sh b/config_files/common.sh index 2ce3ead..85d4bbd 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -171,7 +171,7 @@ echo '#------ License activation ------' >> ${install_work}/$SHRC 2>/dev/null echo 'export LICENSE_FILE=/product/distene/dlim8.var.sh' >> ${install_work}/$SHRC 2>/dev/null echo '' >> ${install_work}/$SHRC 2>/dev/null echo 'if [ -e "${LICENSE_FILE}" ] ; then' >> ${install_work}/$SHRC 2>/dev/null -echo 'export SIMULOGD_LICENSE_FILE=29029@amun' >> ${install_work}/$SHRC 2>/dev/null +echo 'export SIMULOGD_LICENSE_FILE=29029@soleil' >> ${install_work}/$SHRC 2>/dev/null echo 'source ${LICENSE_FILE}' >> ${install_work}/$SHRC 2>/dev/null echo 'fi' >> ${install_work}/$SHRC 2>/dev/null echo '' >> ${install_work}/$SHRC 2>/dev/null diff --git a/config_files/libBatch-1.1.0.sh b/config_files/libBatch-1.2.0.sh similarity index 98% rename from config_files/libBatch-1.1.0.sh rename to config_files/libBatch-1.2.0.sh index 2aa7753..21aa8cb 100755 --- a/config_files/libBatch-1.1.0.sh +++ b/config_files/libBatch-1.2.0.sh @@ -1,7 +1,7 @@ #!/bin/bash -noprofile #################################################################################### -# File : libBatch-1.0.0.sh +# File : libBatch-1.2.0.sh # Created : Thu Dec 18 12:01:00 2002 # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME @@ -12,7 +12,7 @@ # #################################################################################### -LIBBATCH_VERSION=1.1.0 +LIBBATCH_VERSION=1.2.0 check_version(){ # No way to check version! -- 2.39.2