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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 14 14:52:26 PDT 2013


Author: brad
Date: 2013-06-14 14:52:26 -0700 (Fri, 14 Jun 2013)
New Revision: 22275

Modified:
   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:
Change version number to 1.9.0.

Modified: short/3D/PyLith/pylith_installer/trunk/INSTALL
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/INSTALL	2013-06-14 21:46:13 UTC (rev 22274)
+++ short/3D/PyLith/pylith_installer/trunk/INSTALL	2013-06-14 21:52:26 UTC (rev 22275)
@@ -123,14 +123,14 @@
 
 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-1.9.0-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-1.9.0-0.tgz
+  tar -zxf pylith-installer-1.9.0-0.tgz
 
 
 ----------------------------------------------------------------------
@@ -153,7 +153,7 @@
 
 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-1.9.0-0/configure --help
 
 -------
 DEFAULT
@@ -165,7 +165,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
 
@@ -179,7 +179,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --with-fortran=no \
     --with-make-threads=2 \
     --petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -203,7 +203,7 @@
     * cppunit
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --disable-cppunit \
     --disable-numpy \
     --disable-proj4 \
@@ -223,7 +223,7 @@
     * C, C++, Fortran compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --enable-python \
     --enable-mpi=openmpi \
     --with-make-threads=2 \
@@ -248,7 +248,7 @@
     * C/C++ compilers
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --enable-gcc=fortran \
     --enable-python \
     --enable-mpi=openmpi \
@@ -268,7 +268,7 @@
     * MPI
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/configure \
     --enable-python \
     --with-make-threads=2 \
     --prefix=$HOME/pylith
@@ -294,7 +294,7 @@
     * Mercurial
 
   mkdir -p $HOME/build/pylith
-  $HOME/src/pylith/pylith-installer-2.0.0-0/configure \
+  $HOME/src/pylith/pylith-installer-1.9.0-0/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	2013-06-14 21:46:13 UTC (rev 22274)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2013-06-14 21:52:26 UTC (rev 22275)
@@ -60,7 +60,7 @@
 PYLITH_VER=dev
 else
 SPATIALDATA_VER=1.9.2
-PYLITH_VER=2.0.0
+PYLITH_VER=1.9.0
 endif
 
 
@@ -712,10 +712,11 @@
 	cd petsc-pylith && \
 		./configure --prefix=$(prefix) \
 			--with-c2html=0 --with-x=0 \
-			--with-clanguage=C \
+			--with-clanguage=C++ \
 			--with-mpicompilers=1 \
 			--with-debugging=0 \
 			--with-shared-libraries=1 \
+			--with-sieve=1 \
 			$(petsc_options) $(env_flags) \
 			PETSC_DIR=$(abs_builddir) PETSC_ARCH=$(PETSC_ARCH) ; \
 		make $(petsc_build_options) PETSC_DIR=$(abs_builddir) PETSC_ARCH=$(PETSC_ARCH) && \

Modified: short/3D/PyLith/pylith_installer/trunk/README
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/README	2013-06-14 21:46:13 UTC (rev 22274)
+++ short/3D/PyLith/pylith_installer/trunk/README	2013-06-14 21:52:26 UTC (rev 22275)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith Installer version 2.0.0-0.
+We are pleased to announce release of PyLith Installer version 1.9.0-0.
 
 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	2013-06-14 21:46:13 UTC (rev 22274)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2013-06-14 21:52:26 UTC (rev 22275)
@@ -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], [1.9.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