Changeset 23301


Ignore:
Timestamp:
09/18/18 00:35:04 (7 years ago)
Author:
jdquinn
Message:

CHG: Packaging Win10 binaries instead as a tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/win10/package64.sh

    r23300 r23301  
    11#!/bin/bash
    22
    3 # Recover version
    4 version=`svn info | grep Revision | awk '{printf("%s\n",$2);}'`
    5 
    6 # Get Windows style path to files
    7 export ISSM_DIR_WIN=`cygpath -m "$ISSM_DIR"`
    8 
    93# Set path to matlab
    10 MATLAB=/cygdrive/c/Programs/MATLAB/R2015a/bin/matlab
     4MATLAB=/cygdrive/c/Programs/MATLAB/R2015a/matlab
    115
    126echo "Making generic_static.m work like generic.m"
     
    2519rm matlab.log
    2620
    27 $MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR_WIN/bin $ISSM_DIR_WIN/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
     21$MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
    2822
    2923if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.