[cig-commits] [commit] baagaard/fix-setup-darwin, master: Update to v2.0.3. (a578a11)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 13:11:21 PST 2014


Repository : https://github.com/geodynamics/pylith_installer

On branches: baagaard/fix-setup-darwin,master
Link       : https://github.com/geodynamics/pylith_installer/compare/0000000000000000000000000000000000000000...1cd4a9f5191db62d67df5e355597cd59d8dab2fa

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

commit a578a112df8a7b8f3b5f1d2b9e00acf58efbf2f8
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 18:40:26 2014 -0700

    Update to v2.0.3.
    
    Updated cppunit to 1.13.2.


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

a578a112df8a7b8f3b5f1d2b9e00acf58efbf2f8
 INSTALL      | 22 +++++++++++-----------
 Makefile.am  | 14 +++++++-------
 README       |  4 ++--
 configure.ac |  2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/INSTALL b/INSTALL
index cd26f24..07ff740 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-2.0.0-0.tgz
+  http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.0.3-0.tgz
 
 Untar the source code for the installer:
 
   mkdir -p $HOME/src/pylith
   cd $HOME/src/pylith
-  mv $HOME/Downloads/pylith-installer-2.0.0-0.tgz
-  tar -zxf pylith-installer-2.0.0-0.tgz
+  mv $HOME/Downloads/pylith-installer-2.0.3-0.tgz
+  tar -zxf pylith-installer-2.0.3-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-2.0.0-0/configure --help
+  $HOME/src/pylith/pylith-installer-2.0.3-0/configure --help
 
 -------
 DEFAULT
@@ -164,7 +164,7 @@ DEFAULT
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-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-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-2.0.3-0/configure \
     --with-pylith-git=master \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
diff --git a/Makefile.am b/Makefile.am
index d2a20fc..751321d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ PYTHON_VER=2.7.6
 MPICH_VER=3.0.4
 OPENMPI_VER=1.4.5
 
-CPPUNIT_VER=1.12.1-patched
+CPPUNIT_VER=1.13.2
 
 PCRE_VER=8.12
 SWIG_VER=2.0.6
@@ -59,12 +59,12 @@ if USE_PYLITH_GIT
 SPATIALDATA_VER=master
 PYLITH_VER=$(pylith_git)
 if PETSC_TARBALL
-PETSC_VER=2.0.0
+PETSC_VER=2.0.3
 endif
 else
-SPATIALDATA_VER=1.9.3
-PYLITH_VER=2.0.0
-PETSC_VER=2.0.0
+SPATIALDATA_VER=1.9.4
+PYLITH_VER=2.0.3
+PETSC_VER=2.0.3
 endif
 
 # ----------------------------------------------------------------------
@@ -625,8 +625,8 @@ spatialdata_options += --enable-swig
 	$(GIT) clone --recursive --depth 1 https://github.com/geodynamics/spatialdata.git spatialdata-$(SPATIALDATA_VER)
 	cd spatialdata-$(SPATIALDATA_VER) && $(AUTORECONF) -if
 else
-	$(FETCH_SCRIPT) "$(downloader)" spatialdata-$(SPATIALDATA_VER).tar.gz https://github.com/geodynamics/spatialdata/releases/download/v$(SPATIALDATA_VER)
-	$(TAR) -zxvf spatialdata-$(SPATIALDATA_VER).tar.gz
+	$(FETCH_SCRIPT) "$(downloader)" spatialdata-$(SPATIALDATA_VER).tgz https://github.com/geodynamics/spatialdata/releases/download/v$(SPATIALDATA_VER)
+	$(TAR) -zxvf spatialdata-$(SPATIALDATA_VER).tgz
 endif
 	$(MKDIR_P) spatialdata-build
 	cd spatialdata-build && \
diff --git a/README b/README
index c55b85c..e656ffa 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-We are pleased to announce release of PyLith Installer version 2.0.0-0.
+We are pleased to announce release of PyLith Installer version 2.0.3-0.
 
 Please submit bug reports via the World Wide Web at:
-    http://geodynamics.org/roundup    
+    https://github.com/geodynamics/pylith_installer/issues
 
 Please send all questions by electronic mail to:
     cig-short at geodynamics.org
diff --git a/configure.ac b/configure.ac
index ac0c69d..84bd7f8 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], [2.0.0-0], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [2.0.3-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