Changeset 18409


Ignore:
Timestamp:
08/15/14 17:29:02 (11 years ago)
Author:
glperez
Message:

CHG: Fixed a bug in install script regarding Matlab install directory. Removed some comments from OSX64 static config script.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-macosx64-static.sh

    r18404 r18409  
    11#!/bin/sh
    2 
    3 #petsc 3.2
    4 #mpich 1.4
    52
    63./configure \
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18408 r18409  
    3232# Externalpackages
    3333# {{{
    34 echo "\nInstalling external packages...\n"
     34echo ""
     35echo "Installing external packages..."
     36echo ""
     37
     38cd "$ISSM_DIR/externalpackages/matlab"
     39echo '---------------------------------'
     40echo "Linking Matlab"
     41echo '---------------------------------'
     42ln -s $MATLAB_DIR ./install
    3543
    3644cd "$ISSM_DIR/externalpackages/cmake"
Note: See TracChangeset for help on using the changeset viewer.