Ignore:
Timestamp:
03/24/16 08:46:51 (9 years ago)
Author:
Mathieu Morlighem
Message:

NEW: trying to get rid of MATLAB_DIR, do not use this variable anymore and do NOT install matlab

File:
1 edited

Legend:

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

    r19214 r20338  
    44#-------------------------------#
    55
     6#MATLAB path
     7MATLAB_PATH="/usr/local/matlab80/"
     8
    69#ISSM CONFIGURATION
    710ISSM_CONFIG='--prefix=$ISSM_DIR\
    8         --with-matlab-dir=$MATLAB_DIR \
     11        --with-matlab-dir=$MATLAB_PATH \
    912        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1013        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
     
    2427        --enable-development \
    2528        --enable-debugging '
    26 
    27 #MATLAB path
    28 MATLAB_PATH="/usr/local/matlab80/"
    2929
    3030#PYTHON and MATLAB testing
     
    5555#List of external pakages to be installed and their installation scripts
    5656EXTERNALPACKAGES="autotools     install.sh               
    57                                                 matlab        install.sh               
    5857                                                mpich         install-3.0-linux64.sh   
    5958                                                cmake         install.sh               
Note: See TracChangeset for help on using the changeset viewer.