description="Partitioning/decimation module for the SALOME platform">
<installation os="Debian 4.0 64bit"
version="5.1.3"
- disable="true"
+ disable="false"
installdiskspace="208,221,2958"
script="MULTIPR.sh"/>
</product>
</product>
<product name="libBatch"
type="prerequisite"
- description="libBatch is ">
+ description="Generic batch management library">
<installation os="Debian 4.0 64bit"
version="1.0.0"
disable="false"
script="libxml2-2.7.3.sh"/>
</product>
</products>
-
<dependencies>
<product name="KERNEL">
<dep>boost</dep>
<dep>Graphviz</dep>
<dep>docutils</dep>
<dep>libxml2</dep>
+ <dep>libBatch</dep>
</product>
<product name="GUI">
<dep>boost</dep>
check_version(){
if [ -n "${MULTIPR_ROOT_DIR}" ]; then
- if [ -f ${MULTIPR_ROOT_DIR}/bin/salome/VERSION ]; then
- ver=`cat ${MULTIPR_ROOT_DIR}/bin/salome/VERSION | awk -F: '{print $NF}' | tr -d '[:space:]' `
+ check_lib_version VERSION ${MULTIPR_ROOT_DIR}/bin/salome
+ if [ "$?" -eq "0" ]; then
+ ver=`cat ${MULTIPR_ROOT_DIR}/bin/salome/VERSION | awk -F: '{print $2}' | tr -d '[:space:]' `
if [ "$ver" = "${SALOME_VERSION}" ]; then
return 0
fi
{
make_env ${INST_ROOT} ${INSTALL_WORK} "${PRODUCT_SEQUENCE}" "${INSTALL_PRODUCTS}" ${PRODUCT_TYPE}_src
source ${INSTALL_WORK}/$SHRC
-
+# unpack
check_jb tar xfz ${SOURCE_DIR}/MULTIPRsourcesV${SALOME_VERSION}.tar.gz -C ${INST_ROOT}
# to generate environment scripts