source: issm/oecreview/Archive/24684-25833/ISSM-25187-25188.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 3.4 KB
  • ../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh

     
    1212TARBALL_NAME="issm-linux-solid_earth"
    1313TARBALL="${TARBALL_NAME}.tar.gz"
    1414
     15# Check if MATLAB exists
     16if ! [ -d ${MATLAB_PATH} ]; then
     17        echo "${MATLAB_PATH} does not point to a MATLAB installation! Please modify MATLAB_PATH variable in $(basename $0) and try again."
     18        exit 1
     19fi
     20
    1521# Clean up from previous packaging
    1622echo "Cleaning up existing assets"
    1723cd ${ISSM_DIR}
  • ../trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

     
    1212TARBALL_NAME="issm-linux-with_dakota"
    1313TARBALL="${TARBALL_NAME}.tar.gz"
    1414
     15# Check if MATLAB exists
     16if ! [ -d ${MATLAB_PATH} ]; then
     17        echo "${MATLAB_PATH} does not point to a MATLAB installation! Please modify MATLAB_PATH variable in $(basename $0) and try again."
     18        exit 1
     19fi
     20
    1521# Clean up from previous packaging
    1622echo "Cleaning up existing assets"
    1723cd ${ISSM_DIR}
  • ../trunk-jpl/packagers/linux/package-issm-linux-binaries.sh

     
    1111TARBALL_NAME="issm-linux"
    1212TARBALL="${TARBALL_NAME}.tar.gz"
    1313
     14# Check if MATLAB exists
     15if ! [ -d ${MATLAB_PATH} ]; then
     16        echo "${MATLAB_PATH} does not point to a MATLAB installation! Please modify MATLAB_PATH variable in $(basename $0) and try again."
     17        exit 1
     18fi
     19
    1420# Clean up from previous packaging
    1521echo "Cleaning up existing assets"
    1622cd ${ISSM_DIR}
  • ../trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

     
    1010TARBALL_NAME="issm-mac-with_dakota"
    1111TARBALL="${TARBALL_NAME}.tar.gz"
    1212
     13# Check if MATLAB exists
     14if ! [ -d ${MATLAB_PATH} ]; then
     15        echo "${MATLAB_PATH} does not point to a MATLAB installation! Please modify MATLAB_PATH variable in $(basename $0) and try again."
     16        exit 1
     17fi
     18
    1319# Clean up from previous packaging
    1420echo "Cleaning up existing assets"
    1521cd ${ISSM_DIR}
  • ../trunk-jpl/packagers/mac/package-issm-mac-binaries.sh

     
    99TARBALL_NAME="issm-mac"
    1010TARBALL="${TARBALL_NAME}.tar.gz"
    1111
     12# Check if MATLAB exists
     13if ! [ -d ${MATLAB_PATH} ]; then
     14        echo "${MATLAB_PATH} does not point to a MATLAB installation! Please modify MATLAB_PATH variable in $(basename $0) and try again."
     15        exit 1
     16fi
     17
    1218# Clean up from previous packaging
    1319echo "Cleaning up existing assets"
    1420cd ${ISSM_DIR}
Note: See TracBrowser for help on using the repository browser.