[cig-commits] [commit] master: Update version numbers. Update 1.9.0 -> 2.0.0. (b8af42c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 29 11:27:13 PST 2014


Repository : ssh://geoshell/pylith_installer

On branch  : master
Link       : https://github.com/geodynamics/pylith_installer/compare/0ffa91b535935aad7865157791a253922521c5e8...b8af42c2248b98dcd3d1b2983eebdbdfec045e99

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

commit b8af42c2248b98dcd3d1b2983eebdbdfec045e99
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Jan 29 11:27:08 2014 -0800

    Update version numbers. Update 1.9.0 -> 2.0.0.


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

b8af42c2248b98dcd3d1b2983eebdbdfec045e99
 INSTALL      | 22 +++++++++++-----------
 Makefile.am  | 20 ++++++++++----------
 README       |  2 +-
 configure.ac |  2 +-
 4 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/INSTALL b/INSTALL
index 0fe9c3a..cd26f24 100644
--- a/INSTALL
+++ b/INSTALL
@@ -122,14 +122,14 @@ STEP 1 - Download and unpack the installer
 
 Download the installer.
 
-  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.9.0-1.tgz
+  http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.0.0-0.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-1.tgz
-  tar -zxf pylith-installer-1.9.0-1.tgz
+  mv $HOME/Downloads/pylith-installer-2.0.0-0.tgz
+  tar -zxf pylith-installer-2.0.0-0.tgz
 
 
 ----------------------------------------------------------------------
@@ -152,7 +152,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-1/configure --help
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure --help
 
 -------
 DEFAULT
@@ -164,7 +164,7 @@ DEFAULT
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
 
@@ -178,7 +178,7 @@ WITHOUT FORTRAN
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --with-fortran=no \
     --with-make-threads=2 \
     --petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -202,7 +202,7 @@ DESKTOP-LINUX-MINIMAL
     * cppunit
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --disable-cppunit \
     --disable-numpy \
     --disable-proj4 \
@@ -222,7 +222,7 @@ DESKTOP-LINUX-OPENMPI
     * C, C++, Fortran compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --enable-python \
     --enable-mpi=openmpi \
     --with-make-threads=2 \
@@ -247,7 +247,7 @@ DESKTOP-DARWIN
     * C/C++ compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --enable-gcc=fortran \
     --enable-python \
     --enable-mpi=openmpi \
@@ -267,7 +267,7 @@ CLUSTER
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --enable-python \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -293,7 +293,7 @@ DEVELOPER
     * Mercurial
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.9.0-1/configure \
+  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
     --with-pylith-git=master \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
diff --git a/Makefile.am b/Makefile.am
index d0a03d1..1ccedbc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,12 +20,12 @@ ACLOCAL_AMFLAGS = -I m4
 # ----------------------------------------------------------------------
 # Package Versions
 # ----------------------------------------------------------------------
-GCC_VER=4.6.3
-MPC_VER=0.8.2
+GCC_VER=4.7.3
+MPC_VER=1.0.2
 GMP_VER=4.3.2
 MPFR_VER=2.4.2
 
-PYTHON_VER=2.7.3
+PYTHON_VER=2.7.6
 
 MPICH_VER=3.0.4
 OPENMPI_VER=1.4.5
@@ -33,16 +33,16 @@ OPENMPI_VER=1.4.5
 CPPUNIT_VER=1.12.1-patched
 
 PCRE_VER=8.12
-SWIG_VER=2.0.2
+SWIG_VER=2.0.6
 
 GIT_VER=1.8.2.1
 
-NUMPY_VER=1.6.1-patched
+NUMPY_VER=1.7.2
 
 PROJ4_VER=4.8.0
 
-HDF5_VER=1.8.8
-H5PY_VER=2.0.1
+HDF5_VER=1.8.11
+H5PY_VER=2.2.1
 
 NETCDF_VER=4.1.3
 NETCDFPY_VER=1.0
@@ -59,13 +59,13 @@ if USE_PYLITH_GIT
 SPATIALDATA_VER=dev
 PYLITH_VER=dev
 if PETSC_TARBALL
-PETSC_VER=1.9.0
+PETSC_VER=2.0.0
 else
 PETSC_VER=dev
 endif
 else
-SPATIALDATA_VER=1.9.2
-PYLITH_VER=1.9.0
+SPATIALDATA_VER=1.9.3
+PYLITH_VER=2.0.0
 endif
 
 # ----------------------------------------------------------------------
diff --git a/README b/README
index 653450a..c55b85c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 1.9.0-1.
+We are pleased to announce release of PyLith Installer version 2.0.0-0.
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
diff --git a/configure.ac b/configure.ac
index 73d833e..83cb77f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith Installer], [1.9.0-1], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [2.0.0-0], [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