[cig-commits] commit: Removing non-existant library check.

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


changeset:   45:8010bcdea4fb
user:        LukeHodkinson
date:        Fri Mar 07 01:55:06 2008 +0000
files:       config/SConfig/packages/PETScExt.py
description:
Removing non-existant library check.


diff -r cce1dc48018f -r 8010bcdea4fb config/SConfig/packages/PETScExt.py
--- a/config/SConfig/packages/PETScExt.py	Fri Mar 07 01:52:51 2008 +0000
+++ b/config/SConfig/packages/PETScExt.py	Fri Mar 07 01:55:06 2008 +0000
@@ -12,7 +12,7 @@ class PETScExt(SConfig.Package):
                          'petscext_ksp.h', 'petscext_snes.h']]
         self.libraries = [['petscext_snes', 'petscext_ksp', 'petscext_pc',
                            'petscext_mat', 'petscext_vec',
-                           'petscext_utils', 'petscext',]]
+                           'petscext_utils']]
         self.require_shared = True
         self.use_rpath = True
         self.have_define = 'HAVE_PETSCEXT'



More information about the CIG-COMMITS mailing list