source:
issm/oecreview/Archive/24684-25833/ISSM-25187-25188.diff@
27230
Last change on this file since 27230 was 25834, checked in by , 4 years ago | |
---|---|
File size: 3.4 KB |
-
../trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
12 12 TARBALL_NAME="issm-linux-solid_earth" 13 13 TARBALL="${TARBALL_NAME}.tar.gz" 14 14 15 # Check if MATLAB exists 16 if ! [ -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 19 fi 20 15 21 # Clean up from previous packaging 16 22 echo "Cleaning up existing assets" 17 23 cd ${ISSM_DIR} -
../trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
12 12 TARBALL_NAME="issm-linux-with_dakota" 13 13 TARBALL="${TARBALL_NAME}.tar.gz" 14 14 15 # Check if MATLAB exists 16 if ! [ -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 19 fi 20 15 21 # Clean up from previous packaging 16 22 echo "Cleaning up existing assets" 17 23 cd ${ISSM_DIR} -
../trunk-jpl/packagers/linux/package-issm-linux-binaries.sh
11 11 TARBALL_NAME="issm-linux" 12 12 TARBALL="${TARBALL_NAME}.tar.gz" 13 13 14 # Check if MATLAB exists 15 if ! [ -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 18 fi 19 14 20 # Clean up from previous packaging 15 21 echo "Cleaning up existing assets" 16 22 cd ${ISSM_DIR} -
../trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
10 10 TARBALL_NAME="issm-mac-with_dakota" 11 11 TARBALL="${TARBALL_NAME}.tar.gz" 12 12 13 # Check if MATLAB exists 14 if ! [ -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 17 fi 18 13 19 # Clean up from previous packaging 14 20 echo "Cleaning up existing assets" 15 21 cd ${ISSM_DIR} -
../trunk-jpl/packagers/mac/package-issm-mac-binaries.sh
9 9 TARBALL_NAME="issm-mac" 10 10 TARBALL="${TARBALL_NAME}.tar.gz" 11 11 12 # Check if MATLAB exists 13 if ! [ -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 16 fi 17 12 18 # Clean up from previous packaging 13 19 echo "Cleaning up existing assets" 14 20 cd ${ISSM_DIR}
Note:
See TracBrowser
for help on using the repository browser.