X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2FMED.sh;h=38977dbfb65f7b01b3c742c911e42afcb295695d;hb=ee2af37feace0ee0ddc554d0cf3feba51e078616;hp=82ade62a9ce7942b4d4be7405d3504cf3dd946ca;hpb=013cbdd76b0a52601c8adace9907f2d5d8fc0e80;p=tools%2Finstall.git diff --git a/config_files/MED.sh b/config_files/MED.sh index 82ade62..38977db 100755 --- a/config_files/MED.sh +++ b/config_files/MED.sh @@ -6,7 +6,7 @@ # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME # Module : Installation Wizard -# Copyright : 2002-2013 CEA +# Copyright : 2002-2015 CEA # # This script is the part of the SALOME installation procedure. # @@ -90,9 +90,9 @@ fi CUR_DIR=`pwd` cd ${INST_ROOT} if [ ${INST_WITH_GUI} = "FALSE" ] ; then - check_jb ./build.sh -o -b -w -d -v 0 -p ${INST_ROOT} MED + check_jb ./build.sh -d -p ${INST_ROOT} -DSALOME_BUILD_GUI=OFF MED else - check_jb ./build.sh -o -b -d -v 0 -p ${INST_ROOT} MED + check_jb ./build.sh -d -p ${INST_ROOT} MED fi cd ${CUR_DIR} @@ -125,6 +125,8 @@ check_jb tar xfz ${SRC_DIR}/MEDsourcesV${SALOME_VERSION}.tar.gz -C ${INST_ROOT} # modify all *.la files export MED_ROOT_DIR=${PRODUCT_DIR} test -z ${SINGLE_DIR} && modif_la_files ${PRODUCT_DIR} +modif_cfg_file ${PRODUCT_DIR}/adm_local/cmake_files/SalomeMEDConfig.cmake +modif_cfg_file ${PRODUCT_DIR}/adm_local/cmake_files/SalomeMEDTargets-release.cmake # to generate environment scripts try_preinstalled