Changeset 6081
- Timestamp:
- 09/29/10 18:00:28 (14 years ago)
- Location:
- issm/trunk/externalpackages
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/doxygen/install.sh
r2600 r6081 23 23 24 24 #Configure doxygen 25 cd src && ./configure --prefix "$ISSM_ DIR/externalpackages/doxygen/install"25 cd src && ./configure --prefix "$ISSM_TIER/externalpackages/doxygen/install" 26 26 27 27 #Compile doxygen -
issm/trunk/externalpackages/gdal/install.sh
r1548 r6081 24 24 #Configure gdal 25 25 cd src 26 ./configure --prefix="$ISSM_ DIR/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no26 ./configure --prefix="$ISSM_TIER/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no 27 27 28 28 #Patch GDALmake.opt -
issm/trunk/externalpackages/matlab/install.sh
r4329 r6081 15 15 16 16 #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.bak18 #mv $ISSM_ DIR/etc/environment_variables.sh.bak $ISSM_DIR/etc/environment_variables.sh19 #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.bak20 #mv $ISSM_ DIR/etc/environment_variables.csh.bak $ISSM_DIR/etc/environment_variables.csh17 #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 23 23 #Configure netcdf 24 24 cd install 25 ./configure --prefix="$ISSM_ DIR/externalpackages/netcdf/install"25 ./configure --prefix="$ISSM_TIER/externalpackages/netcdf/install" 26 26 27 27 #Compile and install netcdf -
issm/trunk/externalpackages/qhull/install.sh
r1548 r6081 24 24 cd src 25 25 26 ./configure --prefix="$ISSM_ DIR/externalpackages/qhull/install"26 ./configure --prefix="$ISSM_TIER/externalpackages/qhull/install" 27 27 28 28 #Compile qhull and install it -
issm/trunk/externalpackages/sowing/install.sh
r1548 r6081 22 22 23 23 #Configure sowing 24 cd src && ./configure --prefix "$ISSM_ DIR/externalpackages/sowing/install"24 cd src && ./configure --prefix "$ISSM_TIER/externalpackages/sowing/install" 25 25 26 26 #Compile sowing -
issm/trunk/externalpackages/vim/install.sh
r4227 r6081 25 25 26 26 #Configure doxygen 27 cd src/src && ./configure --prefix "$ISSM_ DIR/externalpackages/vim/install"27 cd src/src && ./configure --prefix "$ISSM_TIER/externalpackages/vim/install" 28 28 29 29 #Compile vim
Note:
See TracChangeset
for help on using the changeset viewer.