[cig-commits] r7569 - in short/3D/PyLith/branches/pylith-0.8: . pylith3d

leif at geodynamics.org leif at geodynamics.org
Fri Jun 29 19:39:12 PDT 2007


Author: leif
Date: 2007-06-29 19:39:12 -0700 (Fri, 29 Jun 2007)
New Revision: 7569

Modified:
   short/3D/PyLith/branches/pylith-0.8/
   short/3D/PyLith/branches/pylith-0.8/ChangeLog
   short/3D/PyLith/branches/pylith-0.8/INSTALL
   short/3D/PyLith/branches/pylith-0.8/NEWS
   short/3D/PyLith/branches/pylith-0.8/README
   short/3D/PyLith/branches/pylith-0.8/configure.ac
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3dapp.py.in
   short/3D/PyLith/branches/pylith-0.8/setup.py
Log:
Added BuildBot config; bumped version; renamed package to avoid
egg-conflict with trunk.  Updated the installation notes to reflect
the fact that PETSc v2.3.3 is required (the current development
version does not work).



Property changes on: short/3D/PyLith/branches/pylith-0.8
___________________________________________________________________
Name: buildbot:config
   + # -*- cfg -*-
# vim:set ft=cfg:


[packaging]

libraries =
    mpi
    blas
    lapack
    petsc

python =
    Cheetah*
    merlin*
    pylith3d
    pylith3d.egg-info
    pythia*

programs = 
    faultcalc
    faultbm
    blockrot3
    blockrot2
    blockrot
    scaleucd
    scalecoord
    readucd3
    readucd2
    readnetgen
    pylith2ucd
    prescomp
    makeucd
    fixbc
    faultslip
    faultcalc2
    pypylith3d
    mpipypylith3d

scripts =
    pylith3dapp.py



Modified: short/3D/PyLith/branches/pylith-0.8/ChangeLog
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/ChangeLog	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/ChangeLog	2007-06-30 02:39:12 UTC (rev 7569)
@@ -1,3 +1,38 @@
+2007-06-26 19:51  sue
+
+	* [r7523] rename 0.8.2 manual
+
+2007-06-20 23:46  willic3
+
+	* [r7330] Changed default for autoRotateSlipperyNodes to false,
+	  since this adds additional computations that aren't needed.
+
+2007-06-13 20:04  willic3
+
+	* [r7213] Made BC symmetric to match test for PyLith 1.0.
+
+2007-06-13 16:40  willic3
+
+	* [r7201] Started creating tests for PyLith 0.8 that can be
+	  compared directly against those for 1.0.
+
+2007-06-13 13:48  willic3
+
+	* [r7193] Added extra digit to PETSc version number to get
+	  configure working.
+
+2007-05-10 17:32  knepley
+
+	* [r6839] Fixed name change
+
+2007-05-10 00:38  leif
+
+	* [r6831] Fix for issue108: "change to VecScatterBegin/End".
+
+2007-05-04 21:17  leif
+
+	* [r6787] Updated info files.
+
 2007-05-04 20:46  leif
 
 	* [r6786] Updated Makefile.

Modified: short/3D/PyLith/branches/pylith-0.8/INSTALL
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/INSTALL	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/INSTALL	2007-06-30 02:39:12 UTC (rev 7569)
@@ -17,7 +17,7 @@
 If you are using a modern UN*X system, there is a good chance that all
 of the above tools are already installed.
 
-In addition, PyLith v0.8.2 requires the following software packages:
+In addition, PyLith v0.8.3 requires the following software packages:
 
 * An MPI library.  PETSc must be configured to use MPI.  A popular
   choice is MPICH:
@@ -28,24 +28,9 @@
   fact, PETSc's `configure.py' can automatically download and install
   MPICH for you (`--download-mpich=1').
 
-* The development version of PETSc.  You can download the nightly
-  tarball snapshot:
-
-    ftp://info.mcs.anl.gov/pub/petsc/petsc-dev.tar.gz
-
-  Or, check-out the source using Mercurial:
-
-    hg clone http://petsc.cs.iit.edu/petsc/petsc-dev
-    cd petsc-dev/python
-    hg clone http://petsc.cs.iit.edu/petsc/BuildSystem BuildSystem
-
-  Mercurial may be obtained here:
-
-    <http://www.selenic.com/mercurial/>
-
-  PETSc must be configured with the Sieve package (--with-sieve=1).
-  This, in turn, requires that it be built with a C++ compiler
-  (--with-clanguage=C++) and Boost (--with-boost=1
+* PETSc v2.3.3.  PETSc must be configured with the Sieve package
+  (--with-sieve=1).  This, in turn, requires that it be built with a
+  C++ compiler (--with-clanguage=C++) and Boost (--with-boost=1
   --download-boost=1).  You will also need Chaco (--with-chaco=1
   --download-chaco=1).
 
@@ -62,18 +47,16 @@
     <http://www.geodynamics.org/cig/software/packages/pythia>
 
 Note that releases of PETSc are generally not backwards-compatible
-with prior versions.  Therefore, you must install the development
-version PETSc from May 2007 (or perhaps the equivalent release
-version, when it becomes available); future versions of PETSc would
-not be expected to work with PyLith v0.8.2.
+with prior versions.  Therefore, you must install PETSc v2.3.3; future
+versions of PETSc would not be expected to work with PyLith v0.8.3.
 
 Installing PyLith
 =================
 
 To install PyLith, perform the following:
 
-   gunzip -c pylith3d-0.8.2.tar.gz | tar xf -
-   cd pylith3d-0.8.2
+   gunzip -c pylith3d-0.8.3.tar.gz | tar xf -
+   cd pylith3d-0.8.3
    ./configure
    make
    make install # optional
@@ -103,7 +86,7 @@
 `--disable-embedding' option.  However, this is not guaranteed to work
 properly unless you installed MPI as a shared library.
 
-PyLith v0.8.2 was tested on Linux (x86) and Mac OS X (PowerPC).
+PyLith v0.8.3 was tested on Linux (x86) and Mac OS X (PowerPC).
 
 Generic GNU Installation Instructions
 *************************************

Modified: short/3D/PyLith/branches/pylith-0.8/NEWS
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/NEWS	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/NEWS	2007-06-30 02:39:12 UTC (rev 7569)
@@ -1,9 +1,15 @@
-PyLith NEWS -- history of user-visible changes.  2007-05-04
+PyLith NEWS -- history of user-visible changes.  2007-06-29
 
 Please report bugs at <http://geodynamics.org/roundup>.
 Send questions to cig-short at geodynamics.org.
 
 
+Version 0.8.3
+
+* Updated for PETSc v2.3.3.  PyLith v0.8.3 requires this specific
+  version of PETSc.  See the file INSTALL for details.
+
+
 Version 0.8.2
 
 * Numerous enhancements.  See the file ChangeLog for details.

Modified: short/3D/PyLith/branches/pylith-0.8/README
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/README	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/README	2007-06-30 02:39:12 UTC (rev 7569)
@@ -1,4 +1,4 @@
-We are pleased to announce the version 0.8.2 release of PyLith.
+We are pleased to announce the version 0.8.3 release of PyLith.
 
 See the file INSTALL for building and installation instructions.
 

Modified: short/3D/PyLith/branches/pylith-0.8/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/configure.ac	2007-06-30 02:39:12 UTC (rev 7569)
@@ -3,7 +3,7 @@
 # $Id: configure.ac,v 1.1 2005/08/24 22:45:51 leif Exp $
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith3D], [0.8.2], [cig-short at geodynamics.org])
+AC_INIT([PyLith3D], [0.8.3], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_SRCDIR([pylith3d/pylith3dapp.py.in])
 AC_CONFIG_HEADER([config.h])

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3dapp.py.in
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3dapp.py.in	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3dapp.py.in	2007-06-30 02:39:12 UTC (rev 7569)
@@ -32,7 +32,7 @@
 # 
 
 
-__requires__ = "PyLith"
+__requires__ = "pylith3d"
 
 # main
 

Modified: short/3D/PyLith/branches/pylith-0.8/setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/setup.py	2007-06-30 02:00:27 UTC (rev 7568)
+++ short/3D/PyLith/branches/pylith-0.8/setup.py	2007-06-30 02:39:12 UTC (rev 7569)
@@ -6,8 +6,8 @@
 
 setup(
     
-    name = 'PyLith', 
-    version = '0.8.2',
+    name = 'pylith3d', 
+    version = '0.8.3',
 
     zip_safe = False,
     package_dir = { "":"pylith3d" },



More information about the cig-commits mailing list