[cig-commits] commit: Added petscext_helpers library

Mercurial hg at geodynamics.org
Mon Nov 24 11:28:03 PST 2008


changeset:   22:d7582b5257fc
user:        DavidMay
date:        Wed Sep 10 01:18:32 2008 +0000
files:       SConfig/packages/PETScExt.py
description:
Added petscext_helpers library


diff -r 45a3d9ec6fde -r d7582b5257fc SConfig/packages/PETScExt.py
--- a/SConfig/packages/PETScExt.py	Fri Aug 29 01:40:28 2008 +0000
+++ b/SConfig/packages/PETScExt.py	Wed Sep 10 01:18:32 2008 +0000
@@ -13,7 +13,7 @@ class PETScExt(SConfig.Package):
                          'petscext_ksp.h', 'petscext_snes.h']]
         self.libraries = [['petscext_utils',
                            'petscext_snes', 'petscext_ksp', 'petscext_pc',
-                           'petscext_mat', 'petscext_vec']]
+                           'petscext_mat', 'petscext_vec', 'petscext_helpers']]
 
     def process_installation(self, inst):
         # Have to get the architecture using this garbage...



More information about the CIG-COMMITS mailing list