Changeset 6081


Ignore:
Timestamp:
09/29/10 18:00:28 (14 years ago)
Author:
Eric.Larour
Message:

New ISSM_TIER points to current tier being used, could be a branch, or the trunk

Location:
issm/trunk/externalpackages
Files:
7 edited

Legend:

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

    r2600 r6081  
    2323
    2424#Configure doxygen
    25 cd src && ./configure --prefix "$ISSM_DIR/externalpackages/doxygen/install"
     25cd src && ./configure --prefix "$ISSM_TIER/externalpackages/doxygen/install"
    2626
    2727#Compile doxygen
  • issm/trunk/externalpackages/gdal/install.sh

    r1548 r6081  
    2424#Configure gdal
    2525cd src
    26 ./configure --prefix="$ISSM_DIR/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no
     26./configure --prefix="$ISSM_TIER/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no
    2727
    2828#Patch GDALmake.opt
  • issm/trunk/externalpackages/matlab/install.sh

    r4329 r6081  
    1515
    1616#initialize MATLAB_VERSION in etc/environment_variables
    17 #cat $ISSM_DIR/etc/environment_variables.sh | sed -e "/MATLAB_VERSION/d" | sed "/^MATLAB_DIR.*$/a\MATLAB_VERSION=$MATLAB_VERSION" >  $ISSM_DIR/etc/environment_variables.sh.bak
    18 #mv $ISSM_DIR/etc/environment_variables.sh.bak $ISSM_DIR/etc/environment_variables.sh
    19 #cat $ISSM_DIR/etc/environment_variables.csh | sed -e "/MATLAB_VERSION/d" | sed "/^set MATLAB_DIR.*$/a\set MATLAB_VERSION=$MATLAB_VERSION" >  $ISSM_DIR/etc/environment_variables.csh.bak
    20 #mv $ISSM_DIR/etc/environment_variables.csh.bak $ISSM_DIR/etc/environment_variables.csh
     17#cat $ISSM_TIER/etc/environment_variables.sh | sed -e "/MATLAB_VERSION/d" | sed "/^MATLAB_DIR.*$/a\MATLAB_VERSION=$MATLAB_VERSION" >  $ISSM_TIER/etc/environment_variables.sh.bak
     18#mv $ISSM_TIER/etc/environment_variables.sh.bak $ISSM_TIER/etc/environment_variables.sh
     19#cat $ISSM_TIER/etc/environment_variables.csh | sed -e "/MATLAB_VERSION/d" | sed "/^set MATLAB_DIR.*$/a\set MATLAB_VERSION=$MATLAB_VERSION" >  $ISSM_TIER/etc/environment_variables.csh.bak
     20#mv $ISSM_TIER/etc/environment_variables.csh.bak $ISSM_TIER/etc/environment_variables.csh
  • issm/trunk/externalpackages/netcdf/install.sh

    r1581 r6081  
    2323#Configure netcdf
    2424cd install
    25 ./configure  --prefix="$ISSM_DIR/externalpackages/netcdf/install"
     25./configure  --prefix="$ISSM_TIER/externalpackages/netcdf/install"
    2626
    2727#Compile and install netcdf
  • issm/trunk/externalpackages/qhull/install.sh

    r1548 r6081  
    2424cd src
    2525
    26 ./configure --prefix="$ISSM_DIR/externalpackages/qhull/install"
     26./configure --prefix="$ISSM_TIER/externalpackages/qhull/install"
    2727
    2828#Compile qhull and install it
  • issm/trunk/externalpackages/sowing/install.sh

    r1548 r6081  
    2222
    2323#Configure sowing
    24 cd src && ./configure --prefix "$ISSM_DIR/externalpackages/sowing/install"
     24cd src && ./configure --prefix "$ISSM_TIER/externalpackages/sowing/install"
    2525
    2626#Compile sowing
  • issm/trunk/externalpackages/vim/install.sh

    r4227 r6081  
    2525
    2626#Configure doxygen
    27 cd src/src && ./configure --prefix "$ISSM_DIR/externalpackages/vim/install"
     27cd src/src && ./configure --prefix "$ISSM_TIER/externalpackages/vim/install"
    2828
    2929#Compile vim
Note: See TracChangeset for help on using the changeset viewer.