Changeset 25188
- Timestamp:
- 06/29/20 23:57:54 (5 years ago)
- Location:
- issm/trunk-jpl/packagers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-solid_earth.sh
r25034 r25188 12 12 TARBALL_NAME="issm-linux-solid_earth" 13 13 TARBALL="${TARBALL_NAME}.tar.gz" 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 14 20 15 21 # Clean up from previous packaging -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh
r25175 r25188 12 12 TARBALL_NAME="issm-linux-with_dakota" 13 13 TARBALL="${TARBALL_NAME}.tar.gz" 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 14 20 15 21 # Clean up from previous packaging -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries.sh
r24703 r25188 11 11 TARBALL_NAME="issm-linux" 12 12 TARBALL="${TARBALL_NAME}.tar.gz" 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 13 19 14 20 # Clean up from previous packaging -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
r25177 r25188 10 10 TARBALL_NAME="issm-mac-with_dakota" 11 11 TARBALL="${TARBALL_NAME}.tar.gz" 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 12 18 13 19 # Clean up from previous packaging -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh
r24703 r25188 9 9 TARBALL_NAME="issm-mac" 10 10 TARBALL="${TARBALL_NAME}.tar.gz" 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 11 17 12 18 # Clean up from previous packaging
Note:
See TracChangeset
for help on using the changeset viewer.