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_ad

    r19494 r20338  
    33# 1: ISSM general configuration #
    44#-------------------------------#
     5
     6#MATLAB path
     7MATLAB_PATH="/usr/local/matlab80/"
    58
    69#ISSM CONFIGURATION
     
    1215                                --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
    1316                                --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
    14                                 --with-matlab-dir=$MATLAB_DIR \
    15                                 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install '
    16 #MATLAB path
    17 MATLAB_PATH="/usr/local/matlab80/"
     17                                --with-matlab-dir=$MATLAB_PATH
    1818
    1919#PYTHON and MATLAB testing
     
    4444EXTERNALPACKAGES="autotools install.sh               
    4545                                         cmake install.sh
    46                                          matlab install.sh
    4746                                         mpich install-3.0-linux64.sh
    4847                                         petsc install-3.5-linux64.sh
Note: See TracChangeset for help on using the changeset viewer.