Changeset 3700
- Timestamp:
- 05/11/10 07:50:10 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/matlab/install.sh
r3673 r3700 1 1 #!/bin/bash 2 2 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.63 #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=R2008a 5 5 6 6 #Erase symlink 7 7 rm -rf install 8 8 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 13 ln -s /usr/local/pkgs/matlab-7.6/ install 11 14 12 export MATLAB_VERSION=R2008a13 15 14 16 #initialize MATLAB_VERSION in etc/environment_variables -
issm/trunk/m4/matlab.m4
r3673 r3700 320 320 R2008a) 321 321 MATLAB_VERSION=R2008a 322 MATLAB_MAJOR= R2008323 MATLAB_MINOR= a322 MATLAB_MAJOR=7 323 MATLAB_MINOR=6 324 324 ;; 325 325
Note:
See TracChangeset
for help on using the changeset viewer.