[cig-commits] commit: Change --shared-libs=0 to --lib-type=static in the Petsc help

Mercurial hg at geodynamics.org
Tue Feb 23 12:23:37 PST 2010


changeset:   143:4068942605b0
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Feb 11 14:53:57 2010 -0800
files:       packages/PETSc.py
description:
Change --shared-libs=0 to --lib-type=static in the Petsc help


diff -r 1cb9d9e07ac2 -r 4068942605b0 packages/PETSc.py
--- a/packages/PETSc.py	Wed Dec 16 17:15:12 2009 +1100
+++ b/packages/PETSc.py	Thu Feb 11 14:53:57 2010 -0800
@@ -149,7 +149,7 @@ class PETSc(Package):
             print 'position independant code enabled. Either rebuild PETSc'
             print 'with the configuration option \'--with-pic=1\' if you are'
             print 'sure you need shared libraries, or reconfigure StGermain'
-            print 'with the \'--shared-libs=0\' option.\n'
+            print 'with the \'--lib-type=static\' option.\n'
             sys.exit()
             return False
 



More information about the CIG-COMMITS mailing list