Changeset 9572


Ignore:
Timestamp:
09/02/11 07:27:23 (14 years ago)
Author:
Mathieu Morlighem
Message:

reverted BACK to previous version

Location:
issm/trunk/externalpackages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/export_fig/export_fig.m

    r9571 r9572  
    379379        print2eps(tmp_nam, fig, p2eArgs{:});
    380380        % Generate a pdf
    381                 options.quality
    382381        eps2pdf(tmp_nam, pdf_nam, 1, options.append, options.colourspace==2, options.quality);
    383382    catch
  • issm/trunk/externalpackages/matlab/install.sh

    r9571 r9572  
    11#!/bin/bash
    2 
    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!)
    4 MATLAB_VERSION=R2010b
    52
    63#Erase symlink
     
    85
    96#Select or create a new simlink
    10 ln -s /usr/local/matlab711/ install
    11 #ln -s /usr/local/pkgs/matlab-7.8/ install
     7ln -s /usr/local/pkgs/matlab-7.6/ install
     8#ln -s /usr/local/matlab712/ install
     9#ln -s /usr/local/pkgs/matlab-7.6/ install
    1210#ln -s /Applications/MATLAB_R2009a.app/ install
    1311#ln -s /Applications/MATLAB_R2010a.app/ install
Note: See TracChangeset for help on using the changeset viewer.