[cig-commits] commit: Holy crap, this time for sure...

Mercurial hg at geodynamics.org
Mon Nov 24 11:22:56 PST 2008


changeset:   59:0df0fc25deca
user:        LukeHodkinson
date:        Thu Mar 27 23:26:56 2008 +0000
files:       config/SConfig/packages/PETScExt.py
description:
Holy crap, this time for sure...


diff -r c0b19d4d4855 -r 0df0fc25deca config/SConfig/packages/PETScExt.py
--- a/config/SConfig/packages/PETScExt.py	Thu Mar 27 23:25:39 2008 +0000
+++ b/config/SConfig/packages/PETScExt.py	Thu Mar 27 23:26:56 2008 +0000
@@ -2,7 +2,7 @@ import SConfig
 import SConfig
 
 class PETScExt(SConfig.Package):
-    def __init__(self, env, options):
+    def __init__(self, scons_env, scons_opts, required=False):
         SConfig.Package.__init__(self, scons_env, scons_opts, required)
         self.pkg_petsc = self.dependency(SConfig.packages.PETSc)
         self.base_patterns = ['petscext*', 'PETSCEXT*', 'PETScExt*']



More information about the CIG-COMMITS mailing list