Changeset 3700


Ignore:
Timestamp:
05/11/10 07:50:10 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed matlab version definition

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/matlab/install.sh

    r3673 r3700  
    11#!/bin/bash
    22
    3 #Matlab version: used by Petsc to detect some weird behaviour starting at version 7.6 (all blas and lapack prototypes changed! damn them!)
    4 MATLAB_VERSION=7.6
     3#Matlab version: used by Petsc to detect some weird behaviour starting at version 7.6/R2008a (all blas and lapack prototypes changed! damn them!)
     4MATLAB_VERSION=R2008a
    55
    66#Erase symlink
    77rm -rf install
    88
    9 #symlink matlab to root matlab
    10 ln -s /Applications/MATLAB_R2008a/ install
     9# MAC symlink matlab to root matlab
     10#ln -s /Applications/MATLAB_R2008a/ install
     11#export MATLAB_VERSION=R2008a
     12# LINUX symlink matlab to root matlab
     13ln -s /usr/local/pkgs/matlab-7.6/ install
    1114
    12 export MATLAB_VERSION=R2008a
    1315
    1416#initialize MATLAB_VERSION in etc/environment_variables
  • issm/trunk/m4/matlab.m4

    r3673 r3700  
    320320        R2008a)
    321321        MATLAB_VERSION=R2008a
    322     MATLAB_MAJOR=R2008
    323     MATLAB_MINOR=a
     322    MATLAB_MAJOR=7
     323    MATLAB_MINOR=6
    324324        ;;
    325325
Note: See TracChangeset for help on using the changeset viewer.