Changeset 23303


Ignore:
Timestamp:
09/18/18 01:01:16 (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

    r23302 r23303  
    11#!/bin/bash
    22
    3 # Set path to matlab
    4 MATLAB=/cygdrive/c/Programs/MATLAB/R2015a/bin/matlab
     3# Source Windows environment
     4source $ISSM_DIR/externalpackages/windows/windows_environment.sh
    55
    66echo "Making generic_static.m work like generic.m"
     
    1919rm matlab.log
    2020
    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
     21$MATLAB_PATH/bin/matlab -nodisplay -nosplash -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
    2222
    2323if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.