Skip to content

Commit

Permalink
slightly updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nsimakov committed Jun 10, 2016
1 parent dcb814c commit 3023a1c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@ cd hdf5-1.8.16
./configure --prefix=$TITAN_HDF5 --enable-cxx
make -j 8
make install
# ====================================================================
# GRASS installation
# ====================================================================
# At this titan use grass 6th version (titan is currently not
# compatible with 7th)
cd $TITAN_WSP
export TITAN_GRASS=$TITAN_WSP/grass-6.4.6
mkdir $TITAN_GRASS
cd $TITAN_GRASS
wget http://grass.osgeo.org/grass64/binary/linux/snapshot/grass-6.4.6svn-x86_64-unknown-linux-gnu-18_07_2015.tar.gz
tar xvzf grass-6.4.6svn-x86_64-unknown-linux-gnu-18_07_2015.tar.gz

# ====================================================================
# titan2d installation
Expand All @@ -128,7 +117,7 @@ mkdir iccoptompmpi
cd iccoptompmpi

#
#../../titan2d/configure --with-grass=<path_to_grass_installation> --without-gdal \
#../../titan2d/configure --without-gdal \
# --with-hdf5=<path_to_top_dir_of_hdf5> --prefix=<where_to_install> \
# PYTHON=<path to python2.7> SWIG=<path to swig>\
# [--enable-mpi] [--enable-openmp] \
Expand Down

0 comments on commit 3023a1c

Please sign in to comment.