[cig-commits] r22270 - short/3D/PyLith/trunk/doc/developer

brad at geodynamics.org brad at geodynamics.org
Fri Jun 14 12:57:10 PDT 2013


Author: brad
Date: 2013-06-14 12:57:09 -0700 (Fri, 14 Jun 2013)
New Revision: 22270

Modified:
   short/3D/PyLith/trunk/doc/developer/make_petscdist.sh
Log:
Fixed errors in script to create petsc tarball.

Modified: short/3D/PyLith/trunk/doc/developer/make_petscdist.sh
===================================================================
--- short/3D/PyLith/trunk/doc/developer/make_petscdist.sh	2013-06-14 17:38:27 UTC (rev 22269)
+++ short/3D/PyLith/trunk/doc/developer/make_petscdist.sh	2013-06-14 19:57:09 UTC (rev 22270)
@@ -1,5 +1,8 @@
 #!/bin/sh
 #
+# Customized for PETSc tarball for PyLith by Brad Aagaard.
+# Original is $PETSC_DIR/bin/maint/builddist.
+#
 # This script builds the PETSc tar file distribution
 #
 # Usage: builddist petscrepo branch
@@ -101,7 +104,7 @@
 # create fortran stubdocs and cleanup
 cd $PETSC_DIR
 # we should have an option of running configure - without compilers/mpi/blas etc..
-./config/configure.py --with-mpi=0 --with-matlab=0 --with-c2html=0 --with-sowing=0
+./config/configure.py --with-mpi=0 --with-matlab=0 --with-c2html=0
 make allfortranstubs
 #make alldoc LOC=${PETSC_DIR}
 #



More information about the CIG-COMMITS mailing list