[cig-commits] r18552 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Jun 8 12:53:17 PDT 2011


Author: brad
Date: 2011-06-08 12:53:17 -0700 (Wed, 08 Jun 2011)
New Revision: 18552

Modified:
   short/3D/PyLith/pylith_installer/trunk/INSTALL
   short/3D/PyLith/pylith_installer/trunk/README
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Incremented version number.

Modified: short/3D/PyLith/pylith_installer/trunk/INSTALL
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/INSTALL	2011-06-08 19:51:14 UTC (rev 18551)
+++ short/3D/PyLith/pylith_installer/trunk/INSTALL	2011-06-08 19:53:17 UTC (rev 18552)
@@ -95,14 +95,14 @@
 
 Download the installer.
 
-  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.0.0.tgz
+  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.0.6.tgz
 
 Untar the source code for the installer:
 
   mkdir -p $HOME/src/pylith
   cd $HOME/src/pylith
-  mv $HOME/Downloads/pylith-installer-1.0.0.tgz
-  tar -zxf pylith-installer-1.0.0.tgz
+  mv $HOME/Downloads/pylith-installer-1.0.6.tgz
+  tar -zxf pylith-installer-1.0.6.tgz
 
 
 ----------------------------------------------------------------------
@@ -123,7 +123,7 @@
 
 Run configure with --help to see all of the command line arguments.
 
-  $HOME/src/pylith/pylith-installer-1.0.0/configure --help
+  $HOME/src/pylith/pylith-installer-1.0.6/configure --help
 
 -------
 DEFAULT
@@ -135,7 +135,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
 
@@ -149,7 +149,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --with-fortran=no \
     --with-make-threads=2 \
     --petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -173,7 +173,7 @@
     * cppunit
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --disable-cppunit \
     --disable-numpy \
     --disable-proj4 \
@@ -193,7 +193,7 @@
     * Python 2.4 or later
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --enable-mpi=openmpi \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -216,7 +216,7 @@
     * Python 2.4 or later
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --enable-gcc=fortran \
     --enable-mpi=openmpi \
     --with-fetch=curl \
@@ -235,7 +235,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --enable-python \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -261,7 +261,7 @@
     * Mercurial
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.0.0/configure \
+  $HOME/src/pylith/pylith-installer-1.0.6/configure \
     --with-pylith-svn=stable \
     --with-make-threads=2 \
     --prefix=$HOME/pylith

Modified: short/3D/PyLith/pylith_installer/trunk/README
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/README	2011-06-08 19:51:14 UTC (rev 18551)
+++ short/3D/PyLith/pylith_installer/trunk/README	2011-06-08 19:53:17 UTC (rev 18552)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 1.0.4.
+We are pleased to announce release of PyLith Installer version 1.0.6.
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-06-08 19:51:14 UTC (rev 18551)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-06-08 19:53:17 UTC (rev 18552)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith Installer], [1.0.4], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [1.0.6], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])



More information about the CIG-COMMITS mailing list