[cig-commits] [commit] baagaard/fix-svn-to-git: Updated version number information. (b2718ea)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Sep 26 15:23:53 PDT 2013


Repository : ssh://geoshell/pylith_installer

On branch  : baagaard/fix-svn-to-git
Link       : https://github.com/geodynamics/pylith_installer/compare/c8878e05a8ef776d530f77e8dcedea1e48095abe...fb5a4c3307436de8882968b1368738c86f61d20b

>---------------------------------------------------------------

commit b2718eaa2680d2a324f7ab591521a02b5abc74ba
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Sep 26 15:22:41 2013 -0700

    Updated version number information.


>---------------------------------------------------------------

b2718eaa2680d2a324f7ab591521a02b5abc74ba
 COPYING |  2 +-
 INSTALL | 22 +++++++++++-----------
 README  |  4 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/COPYING b/COPYING
index 77127de..8113372 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2012 University of California, Davis
+Copyright (c) 2010-2013 University of California, Davis
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/INSTALL b/INSTALL
index ee9491d..7926f46 100644
--- a/INSTALL
+++ b/INSTALL
@@ -123,14 +123,14 @@ STEP 1 - Download and unpack the installer
 
 Download the installer.
 
-  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.9.0-0.tgz
+  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.9.0-1.tgz
 
 Untar the source code for the installer:
 
   mkdir -p $HOME/src/pylith
   cd $HOME/src/pylith
-  mv $HOME/Downloads/pylith-installer-1.9.0-0.tgz
-  tar -zxf pylith-installer-1.9.0-0.tgz
+  mv $HOME/Downloads/pylith-installer-1.9.0-1.tgz
+  tar -zxf pylith-installer-1.9.0-1.tgz
 
 
 ----------------------------------------------------------------------
@@ -153,7 +153,7 @@ need to be built.
 
 Run configure with --help to see all of the command line arguments.
 
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure --help
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure --help
 
 -------
 DEFAULT
@@ -165,7 +165,7 @@ DEFAULT
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
 
@@ -179,7 +179,7 @@ WITHOUT FORTRAN
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --with-fortran=no \
     --with-make-threads=2 \
     --petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -203,7 +203,7 @@ DESKTOP-LINUX-MINIMAL
     * cppunit
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --disable-cppunit \
     --disable-numpy \
     --disable-proj4 \
@@ -223,7 +223,7 @@ DESKTOP-LINUX-OPENMPI
     * C, C++, Fortran compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --enable-python \
     --enable-mpi=openmpi \
     --with-make-threads=2 \
@@ -248,7 +248,7 @@ DESKTOP-DARWIN
     * C/C++ compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --enable-gcc=fortran \
     --enable-python \
     --enable-mpi=openmpi \
@@ -268,7 +268,7 @@ CLUSTER
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --enable-python \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -294,7 +294,7 @@ DEVELOPER
     * Mercurial
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
     --with-pylith-svn=stable \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
diff --git a/README b/README
index d257072..653450a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 1.9.0-0.
+We are pleased to announce release of PyLith Installer version 1.9.0-1.
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -14,7 +14,7 @@ from source on Unix flavored operating systems.
 
 You can download the source code from
 
-    http://geodynamics.org/cig/software/packages/short/pylith
+    http://geodynamics.org/cig/software/pylith
 
 Instructions are in the bundled INSTALL file, as well as in the PyLith
 User Manual on the web page listed above.



More information about the CIG-COMMITS mailing list