[cig-commits] r6212 - in long/3D/Gale/trunk: . python/Gale/packages

walter at geodynamics.org walter at geodynamics.org
Fri Mar 9 13:34:05 PST 2007


Author: walter
Date: 2007-03-09 13:34:04 -0800 (Fri, 09 Mar 2007)
New Revision: 6212

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/python/Gale/packages/petsc.py
Log:
 r1677 at earth:  boo | 2007-03-09 12:57:21 -0800
 Make --with-petsc-arch work



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1675
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1677

Modified: long/3D/Gale/trunk/python/Gale/packages/petsc.py
===================================================================
--- long/3D/Gale/trunk/python/Gale/packages/petsc.py	2007-03-09 09:57:36 UTC (rev 6211)
+++ long/3D/Gale/trunk/python/Gale/packages/petsc.py	2007-03-09 21:34:04 UTC (rev 6212)
@@ -26,7 +26,7 @@
     
   def setupHelp(self, help):
     import nargs
-    help.addArgument('Petsc', '-with-petsc-arch=<arch>', nargs.ArgDir(None, None, 'Specify an arch for petsc'))
+    help.addArgument('Petsc', '-with-petsc-arch=<arch>', nargs.ArgString(None, None, 'Specify an arch for petsc'))
     help.addArgument('Petsc', '-with-petsc-dir=<dir>', nargs.ArgDir(None, None, 'Specify an installation directory for petsc.'))
     help.addArgument('Petsc', '-with-petsc-include=<include dir>', nargs.ArgDir(None, None, 'Specify an include directory for petsc'))
     help.addArgument('Petsc', '-with-petsc-libdir=<petsc lib>',         nargs.Arg(None, None,    'Specify petsc library directory'))



More information about the cig-commits mailing list