Changeset 19463


Ignore:
Timestamp:
07/28/15 17:16:56 (10 years ago)
Author:
glperez
Message:

CHG: renamed new Jenkins install file and added Matlab stuff.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_caladan

    r19462 r19463  
    77ISSM_CONFIG='--prefix=$ISSM_DIR\
    88        --disable-static \
     9        --with-matlab-dir=$MATLAB_DIR \
    910        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1011        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
     
    2627
    2728#MATLAB path
     29MATLAB_PATH="/usr/local/MATLAB/R2015a"
    2830
    2931#PYTHON and MATLAB testing
    30 MATLAB_TEST=0
     32MATLAB_TEST=1
    3133PYTHON_TEST=1
    3234
     
    5456#List of external pakages to be installed and their installation scripts
    5557EXTERNALPACKAGES="autotools     install.sh               
     58                                                matlab        install.sh               
    5659                                                mpich         install-3.0-linux64.sh   
    5760                                                cmake         install.sh               
     
    9093#ex: "'id',[101 102 103]"
    9194PYTHON_NROPTIONS="--exclude 119 514 701 702 435"
     95MATLAB_NROPTIONS="'exclude',[119,514,701,702,435]"
Note: See TracChangeset for help on using the changeset viewer.