[cig-commits] r18001 - cs/buildbot/trunk/buildbot

brad at geodynamics.org brad at geodynamics.org
Tue Mar 1 14:27:26 PST 2011


Author: brad
Date: 2011-03-01 14:27:26 -0800 (Tue, 01 Mar 2011)
New Revision: 18001

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Make path to PETSc BuildSystem consistent with current stable version.

Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2011-03-01 22:24:40 UTC (rev 18000)
+++ cs/buildbot/trunk/buildbot/bs.py	2011-03-01 22:27:26 UTC (rev 18001)
@@ -235,7 +235,7 @@
     """
     ANL SIDL Environment (ASE) BuildSystem (used by PETSc)
 
-    This is the build system for PETSc prior to version 3.0??
+    This is the build system for the PETSc >= 3.0??.
     """
 
     def __init__(self, pseudoPrefix, location=None):
@@ -246,7 +246,7 @@
         steps = []
         if self.location:
             steps = self.location.sourceSteps(
-                workdir = workdir + "/python/BuildSystem",
+                workdir = workdir + "/config/BuildSystem",
                 mode = 'clobber')
         return steps
 



More information about the CIG-COMMITS mailing list