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

brad at geodynamics.org brad at geodynamics.org
Wed Feb 22 15:17:41 PST 2012


Author: brad
Date: 2012-02-22 15:17:41 -0800 (Wed, 22 Feb 2012)
New Revision: 19662

Modified:
   short/3D/PyLith/pylith_installer/trunk/COPYING
   short/3D/PyLith/pylith_installer/trunk/INSTALL
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
   short/3D/PyLith/pylith_installer/trunk/README
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Updated version number.

Modified: short/3D/PyLith/pylith_installer/trunk/COPYING
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/COPYING	2012-02-22 22:06:01 UTC (rev 19661)
+++ short/3D/PyLith/pylith_installer/trunk/COPYING	2012-02-22 23:17:41 UTC (rev 19662)
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2011 University of California, Davis
+Copyright (c) 2010-2012 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

Modified: short/3D/PyLith/pylith_installer/trunk/INSTALL
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/INSTALL	2012-02-22 22:06:01 UTC (rev 19661)
+++ short/3D/PyLith/pylith_installer/trunk/INSTALL	2012-02-22 23:17:41 UTC (rev 19662)
@@ -118,14 +118,14 @@
 
 Download the installer.
 
-  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.6.1-0.tgz
+  http://www.geodynamics.org/cig/software/pylith/pylith-installer-1.6.2-1.tgz
 
 Untar the source code for the installer:
 
   mkdir -p $HOME/src/pylith
   cd $HOME/src/pylith
-  mv $HOME/Downloads/pylith-installer-1.6.1-0.tgz
-  tar -zxf pylith-installer-1.6.1-0.tgz
+  mv $HOME/Downloads/pylith-installer-1.6.2-1.tgz
+  tar -zxf pylith-installer-1.6.2-1.tgz
 
 
 ----------------------------------------------------------------------
@@ -146,7 +146,7 @@
 
 Run configure with --help to see all of the command line arguments.
 
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure --help
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure --help
 
 -------
 DEFAULT
@@ -158,7 +158,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
 
@@ -172,7 +172,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --with-fortran=no \
     --with-make-threads=2 \
     --petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -196,7 +196,7 @@
     * cppunit
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --disable-cppunit \
     --disable-numpy \
     --disable-proj4 \
@@ -216,7 +216,7 @@
     * Python 2.4 or later
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --enable-mpi=openmpi \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -239,7 +239,7 @@
     * Python 2.4 or later
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --enable-gcc=fortran \
     --enable-mpi=openmpi \
     --with-fetch=curl \
@@ -258,7 +258,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --enable-python \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -284,7 +284,7 @@
     * Mercurial
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-1.6.1-0/configure \
+  $HOME/src/pylith/pylith-installer-1.6.2-1/configure \
     --with-pylith-svn=stable \
     --with-make-threads=2 \
     --prefix=$HOME/pylith

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-02-22 22:06:01 UTC (rev 19661)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2012-02-22 23:17:41 UTC (rev 19662)
@@ -9,7 +9,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010 University of California, Davis
+# Copyright (c) 2010-2012 University of California, Davis
 #
 # See COPYING for license information.
 #
@@ -46,7 +46,7 @@
 SCIENTIFICPYTHON_VER=2.9.1
 FIAT_VER=0.9.9
 
-PYTHIA_VER=0.8.1.12
+PYTHIA_VER=0.8.1.13
 NEMESIS_VER=1.0.2
 
 if USE_PYLITH_SVN

Modified: short/3D/PyLith/pylith_installer/trunk/README
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/README	2012-02-22 22:06:01 UTC (rev 19661)
+++ short/3D/PyLith/pylith_installer/trunk/README	2012-02-22 23:17:41 UTC (rev 19662)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 1.6.1-0.
+We are pleased to announce release of PyLith Installer version 1.6.2-1.
 
 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	2012-02-22 22:06:01 UTC (rev 19661)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-02-22 23:17:41 UTC (rev 19662)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith Installer], [1.6.2-0], [cig-short at geodynamics.org])
+AC_INIT([PyLith Installer], [1.6.2-1], [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