[cig-commits] commit: Disable glucifer by default

Mercurial hg at geodynamics.org
Fri Mar 12 07:04:15 PST 2010


changeset:   264:b5c4f63fb7b7
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Mar 10 13:49:53 2010 -0800
files:       SConfigure
description:
Disable glucifer by default


diff -r 22cef0eb950d -r b5c4f63fb7b7 SConfigure
--- a/SConfigure	Wed Mar 10 13:49:23 2010 -0800
+++ b/SConfigure	Wed Mar 10 13:49:53 2010 -0800
@@ -13,7 +13,7 @@ options = [
     ('--lib-type', 'lib_type', 'Library type (shared or static)', 'static'),
     ('--cc', 'CC', 'C compiler', None),
     ('--cflags', 'CFLAGS', 'Flags for the C compiler', None),
-    ('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 1, 'int'),
+    ('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 0, 'int'),
     ('--with-experimental', 'with_experimental', 'Enable Experimental Repository compile', os.path.isdir("Experimental"), 'int'),
     ('--with-osmesa', 'with_osmesa', 'Enable OSMesa output', 1, 'int'),
     ('--with-sdl', 'with_sdl', 'Enable SDL output', 1, 'int'),



More information about the CIG-COMMITS mailing list