[cig-commits] r6170 - in long/3D/Gale/trunk: . python/BuildSystem/config

walter at geodynamics.org walter at geodynamics.org
Fri Mar 2 21:29:16 PST 2007


Author: walter
Date: 2007-03-02 21:29:15 -0800 (Fri, 02 Mar 2007)
New Revision: 6170

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/python/BuildSystem/config/framework.py
Log:
 r1655 at earth:  boo | 2007-03-02 21:28:25 -0800
 Make reconfigure work



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

Modified: long/3D/Gale/trunk/python/BuildSystem/config/framework.py
===================================================================
--- long/3D/Gale/trunk/python/BuildSystem/config/framework.py	2007-03-03 03:57:07 UTC (rev 6169)
+++ long/3D/Gale/trunk/python/BuildSystem/config/framework.py	2007-03-03 05:29:15 UTC (rev 6170)
@@ -841,7 +841,7 @@
                 '  import sys',
                 '  sys.path.insert(0, os.path.abspath(os.path.join(\'config\')))',
                 '  import configure',
-                '  configure.petsc_configure(configure_options)");']
+                '  configure.gale_configure(configure_options)");']
       body.append('\\n'.join(driver))
       body.append('\nfclose(output);\n')
 



More information about the cig-commits mailing list